Skip to main content
DELETE
/
v1
/
tags
/
{id}
curl -X DELETE https://api.getmatter.com/public/v1/tags/tag_n5j2x \
  -H "Authorization: Bearer mat_your_token_here"
(No content)

Path Parameters

id
string
required
The tag ID. Example: tag_n5j2x.

Response

Returns 204 No Content on success. The tag is removed from all items and permanently deleted.
This action is irreversible. All items that had this tag will have it removed.
curl -X DELETE https://api.getmatter.com/public/v1/tags/tag_n5j2x \
  -H "Authorization: Bearer mat_your_token_here"
(No content)