cURL
curl --request DELETE \ --url https://www.getsnippets.ai/api/prompts/tag \ --header 'Authorization: Bearer <token>'
200
Example
{ "success": true, "data": { "message": "Resource deleted successfully" }, "usage": { "remainingRequests": 123 }, "metadata": {}}
Deletes a tag and its associations with snippets. API Cost: 1 request.
API key authentication using Bearer token. Include your API key in the Authorization header.
The ID of the tag to delete
Tag deleted successfully
true
Show child attributes