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

Path Parameters

id
string
required
The item ID. Example: itm_r9f3a.

Response

Returns 204 No Content on success. The item and all associated data (annotations, tags) are permanently removed.
This action is irreversible. If you want to keep the item but move it out of your queue, update its status to archive instead.
curl -X DELETE https://api.getmatter.com/public/v1/items/itm_r9f3a \
  -H "Authorization: Bearer mat_your_token_here"
(No content)