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

    Remove Tags from a Contact


    Removes a list of tags from a specified contact using the id of the tag.

    Path Parameters
    dsidstringrequired
    The dsid of the contact to remove tags from.
    HTTP Request Examples
    [ 12, 34, 54 ]
    HTTP Request Parameters
    (body)array
    JSON array of tag ids (numbers) to remove. Tag ids that are not currently assigned to the contact are silently ignored.
    HTTP Response Examples
    200
    { "Status": true, "Message": "", "Response": {} }


    How helpful was this article?

    πŸ‘ or πŸ‘Ž

    Related Articles

    Markdown Version