curl --request DELETE \
--url https://app.leonar.app/api/v1/tags/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"deleted": true
}
}Permanently deletes a tag and removes all associations.
curl --request DELETE \
--url https://app.leonar.app/api/v1/tags/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"deleted": true
}
}