Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Permanently delete a tag and remove it from all items.
curl -X DELETE https://api.getmatter.com/public/v1/tags/tag_n5j2x \
-H "Authorization: Bearer mat_your_token_here"
response = requests.delete(
"https://api.getmatter.com/public/v1/tags/tag_n5j2x",
headers={"Authorization": f"Bearer {token}"}
)
assert response.status_code == 204
(No content)
tag_n5j2x.204 No Content on success. The tag is removed from all items and permanently deleted.
curl -X DELETE https://api.getmatter.com/public/v1/tags/tag_n5j2x \
-H "Authorization: Bearer mat_your_token_here"
response = requests.delete(
"https://api.getmatter.com/public/v1/tags/tag_n5j2x",
headers={"Authorization": f"Bearer {token}"}
)
assert response.status_code == 204
(No content)
curl -X DELETE https://api.getmatter.com/public/v1/tags/tag_n5j2x \
-H "Authorization: Bearer mat_your_token_here"
response = requests.delete(
"https://api.getmatter.com/public/v1/tags/tag_n5j2x",
headers={"Authorization": f"Bearer {token}"}
)
assert response.status_code == 204
(No content)