API ReferenceAPI Tokens
Revoke an API token
Deletes the specified personal access token.
Authorization
http 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"
}