---
title: "deletes a snippet token"
method: DELETE
path: "/snippet/{canonical}/token/{token}"
tags: ["snippet / token"]
---

# deletes a snippet token

`DELETE /snippet/{canonical}/token/{token}`

deletes a snippet token
<br /><br />
<b>Authentication:</b> required

## Path parameters

- `canonical` string, required
- `token` string, required

## Response `200`

Success!

- object

## Other responses

- `400` — Input Error. Check the request payload for issues.
- `401` — Unauthorized
- `403` — Access denied. Additional privileges are needed access the requested resource.
- `404` — Not Found. The requested resource does not exist.
- `429` — Rate Limited. Too many requests.
- `500` — Unexpected error

---

[API](https://skmtc.net/xano/apis/xano-metadata-api.md) · [All operations](https://skmtc.net/xano/apis/xano-metadata-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/xano/xano-metadata-api/versions/d6b55d3f7b86/schema)
