Skip to main content
DELETE
/
snippet
/
{canonical}
/
token
/
{token}
deletes a snippet token
curl --request DELETE \
  --url https://app.xano.com/api:meta/snippet/{canonical}/token/{token} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

canonical
string
required
token
string
required

Response

Success!

The response is of type object.

I