Skip to main content

Authentication

This endpoint requires authentication using a Bearer token.
curl -X DELETE https://api.dub.co/tags/tag_abc123 \
  -H "Authorization: Bearer <token>"

Path Parameters

id
string
required
The ID of the tag to delete.

Response

id
string
The ID of the deleted tag.
{
  "id": "tag_abc123"
}

Build docs developers (and LLMs) love