Skip to main content
DELETE
/
api
/
agent-tags
/
{tagId}
cURL
curl -X DELETE "https://app.cotool.ai/api/agent-tags/:tagId" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json"
{
  "success": true,
  "error": "<string>"
}

Authorizations

Authorization
string
header
required

API Key authentication for programmatic access. Include your API key in the Authorization header as: Bearer your_api_key_here

Path Parameters

tagId
string<uuid>
required

Unique identifier of the tag to delete

Response

200 - application/json

Successful response

Result of tag deletion

success
boolean
required

Whether the deletion was successful

error
string

Error message if deletion failed