Dashboard
Edit Article Logout

Delete a Contact


Moves a contact specified by the contact id to the trash by setting the contact's status to 100 (Deleted). The contact can be undeleted in either the DailyStory UI or by updating the contact's status to 0 (Active) through the API.

The original contact record remains for GDPR and CPPA compliance.

Path Parameters
idstringrequired
The id of the contact to delete.
HTTP Response Examples
200
{ "Status": true, "Message": "", "Response": {} }

How helpful was this article?

πŸ‘ or πŸ‘Ž

Related Articles