Bulk delete tags
Delete multiple tags at once.
Authorization
Bearer AuthorizationBearer <token>
API key (glanced_live_…). Required on operations marked with this scheme; rejected elsewhere.
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
POST '/v1/tags/bulk-delete'.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X DELETE "https://example.com/v1/tags" \ -H "Content-Type: application/json" \ -d '{ "tag_ids": [ "f822a538-5d10-4249-89b6-dd557ee5945e" ] }'{ "message": "string"}How is this guide?