curl --request DELETE \
--url https://{subdomain}.nudj.cx/api/v2/admin/tags/{id} \
--header 'x-api-token: <api-key>'{
"success": true,
"message": "<string>"
}Delete a tag by id. This is permanent and cannot be undone.
curl --request DELETE \
--url https://{subdomain}.nudj.cx/api/v2/admin/tags/{id} \
--header 'x-api-token: <api-key>'{
"success": true,
"message": "<string>"
}Was this page helpful?