cURL
curl --request DELETE \ --url https://api.smokeball.com/matters/{matterId}/tags/{tagId} \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json-patch+json' \ --header 'x-api-key: <api-key>' \ --data '[ { "id": "<string>", "name": "<string>", "color": "<string>", "type": "Staff" } ]'
{ "id": "<string>", "href": "<string>", "relation": "<string>", "method": "GET" }
Removes the tag from the matter without deleting from the account.
Id of the tag.
Display name of the tag.
Color of the tag.
Type of the tag.
"Staff"
When request is accepted. Returns a 'Link' object.