Endpoints
Delete API Key
Revoke an API Key (Bearer token). The token to revoke is the same one used to authenticate this request.
DELETE
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200
Revocation successful.