Skip to main content
DELETE
http://localhost:3000
/
tags
/
{id}
curl -X DELETE 'https://api.example.com/tags/tag_high' \
  -H 'Authorization: Bearer YOUR_TOKEN'
{}

Path Parameters

id
string
required
ID of the tag to delete

Response

Returns no content on success.
curl -X DELETE 'https://api.example.com/tags/tag_high' \
  -H 'Authorization: Bearer YOUR_TOKEN'
{}