v1

latestOpenAPI 3.0.32026-07-2613529376.3 KB
OAuth API Keys

Delete OAuth API key

The endpoint deletes a partner-issued API key owned by the authenticated OAuth2 client. The deletion triggers an email notification to the user. The endpoint applies to active keys — disabled keys must be removed by the user from the WhiteBIT dashboard.

Required scope: apikeys.delete.

Region availability: The endpoint is available on the global server (https://whitebit.com) only.

delete/oauth2/api-key/{externalId}

Path parameters

externalIdstring uuid required
Example:550e8400-e29b-41d4-a716-446655440000

External UUID of the API key.

Response

Successful deletion.

Example response

{
  "data": []
}