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)

Documentation Index

Fetch the complete documentation index at: https://docs.getmatter.com/llms.txt

Use this file to discover all available pages before exploring further.

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)