Auth
Revoke an API token
DELETE
/api-tokens/{id}Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
id*string
API token ID
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
curl -X DELETE "https://example.com/api-tokens/string"{ "$schema": "https://example.com/api/v1/schemas/RevokeAPITokenOutputBody.json", "revoked": true}