logo
TagsDelete Tag

Delete Tag

Delete a tag by UUID

curl -X DELETE "https://app.nashra.ai/api/v1/tags/123e4567-e89b-12d3-a456-426614174000" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_TOKEN"
{}
DELETE
/tags/{uuid}
DELETE
Bearer Token
Bearer Tokenstring
Required

API token generated in Settings > API Tokens

API token generated in Settings > API Tokens
Request Preview
Response

Response will appear here after sending the request

Authentication

header
Authorizationstring
Required

Bearer token. API token generated in Settings > API Tokens

Path Parameters

Responses

Tag deleted successfully