Skip to main content
DELETE
/
tag
Delete a tag
curl --request DELETE \
  --url https://www.getsnippets.ai/api/prompts/tag \
  --header 'Authorization: Bearer <token>'
{
"success": true,
"data": {
"message": "Resource deleted successfully"
},
"usage": {
"remainingRequests": 123
},
"metadata": {}
}

Authorizations

Authorization
string
header
required

API key authentication using Bearer token. Include your API key in the Authorization header.

Query Parameters

tagId
string<uuid>
required

The ID of the tag to delete

Response

Tag deleted successfully

success
boolean
Example:

true

data
object
usage
object
metadata
object