DELETE /projects/{project}/auth/tokens/{token_id}
Project API Tokens
DELETE /projects/{project}/auth/tokens/{token_id}
Revokes a token by id.
DELETE
DELETE /projects/{project}/auth/tokens/{token_id}
Revokes a token by id.
Full request:
Error or alternate response:
Endpoint details
Bearer
pat_... (Project API Token). Keep this token on your backend/server.Project slug. This acts as the Project ID in API paths.
Token ID returned by the token list or create response.
true for a successful response and false for an error response.Endpoint-specific response data when
ok is true; null on errors.Error code and message when
ok is false; null on success.Request identifier you can use when troubleshooting a specific API call.
Authentication
Project API Token. You may only revoke tokens your credential is allowed to manage.Parameters
Path:token_id integer required.