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

Path Parameters

item_id
string
required
The item ID. Example: itm_r9f3a.
tag_id
string
required
The tag ID. Example: tag_n5j2x.

Response

Returns 204 No Content on success. The tag itself is not deleted — only the association with this item is removed.
curl -X DELETE https://api.getmatter.com/public/v1/items/itm_r9f3a/tags/tag_n5j2x \
  -H "Authorization: Bearer mat_your_token_here"
(No content)