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 Text Message


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

    Path Parameters
    idnumberrequired
    The id of the text message to delete.
    HTTP Response Examples
    200
    { "Status":true, "Message":"", "Response":{ "id": 112 } }

    How helpful was this article?

    πŸ‘ or πŸ‘Ž

    Related Articles

    Markdown Version