delete https://api.w2globaldata.com/cases//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:
URL | API Version |
---|---|
https://api.w2globaldata.com/Cases/{caseId}/tag/{tagName}/ | 2.2 + |
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"
]