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"
}
]'