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

    Change Contact Status


    Changes the status of the specified contact and writes a matching entry to the contact's log. Use Deleted to soft-delete a contact; use Active to un-delete or reactivate. Status changes are also reflected in the audit log.

    Path Parameters
    idstringrequired
    The dsid of the contact whose status is being changed.
    Query Parameters
    statusstringrequired
    The new status. One of: Active, Inactive, Spam, Deleted.
    HTTP Response Examples
    200
    { "Status": true, "Message": "", "Response": {} }

    How helpful was this article?

    πŸ‘ or πŸ‘Ž

    Related Articles

    Markdown Version