Zilfu
API ReferenceAPI Tokens

Revoke an API token

Deletes the specified personal access token.

DELETE
/api-tokens/{tokenId}
AuthorizationBearer <token>

In: header

Path Parameters

tokenId*string

Response Body

application/json

application/json

curl -X DELETE "https://zilfu.app/api/api-tokens/string"
null
{
  "message": "string"
}