Delete tag

The section below describes how to delete a tag for a case.

How to use

To call the endpoint you will need to perform a HTTP DELETE request to the URL:

Example Response

This is an example of what is returned from the delete tag endpoint, simply put it will return all tags attatched to the case Id.

[
    "Business",
    "Manager",
    "Person"
]
Language
Authorization
Header
Click Try It! to start a request and see the response here!