cURL
curl --request DELETE \ --url https://www.getsnippets.ai/api/prompts/tags \ --header 'Authorization: Bearer <token>'
200
Example
{ "success": true, "data": { "message": "<string>" }, "usage": { "remainingRequests": 123, "usageDeducted": 123 }, "metadata": { "requestedCount": 123, "deletedCount": 123, "inaccessibleCount": 123 }}
Deletes multiple tags by their IDs. API Cost: N requests (one per tag).
API key authentication using Bearer token. Include your API key in the Authorization header.
Comma-separated list of tag IDs or JSON array
Tags deleted successfully
true
Show child attributes