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": 0 } ]'
This response does not have an example.
Removes the tag from the matter without deleting from the account.
The body is of type object[].
object[]
No Content