Skip to main content
DELETE
/
tags
/
{id}
Delete a tag by id
curl --request DELETE \
  --url https://{subdomain}.nudj.cx/api/v2/admin/tags/{id} \
  --header 'x-api-token: <api-key>'
{
  "success": true,
  "message": "<string>"
}

Authorizations

x-api-token
string
header
required

Path Parameters

id
string
required

The id of the tag to delete

Response

Successful response

The output of the delete tag operation

success
boolean
required
message
string
I