Ask about anything in DailyStory Developer Documentation

Type a question in your own words below. Answers are written from our published articles and cite the ones they came from.

Recently updated

    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 dsid of the contact to delete.
    HTTP Response Examples
    200
    { "Status": true, "Message": "", "Response": { "id": "5a0d669ab6984125a1c63aaacfd0a9cd" } }
    HTTP Response Parameters
    idstring
    The dsid of the deleted contact (echoed for confirmation).

    How helpful was this article?

    πŸ‘ or πŸ‘Ž

    Related Articles

    Markdown Version