curl --request DELETE \
--url https://api.meetcampfire.com/coa/api/tag/{id} \
--header 'Authorization: <api-key>'
Delete a transaction tag and optionally merge it with another tag
curl --request DELETE \
--url https://api.meetcampfire.com/coa/api/tag/{id} \
--header 'Authorization: <api-key>'
Token-based authentication with required prefix "Token"
ID of the tag to merge with before deletion
No response body