Skip to main content
DELETE
Delete User API Key

Authorizations

Authorization
string
header
required

Bearer authentication using an access token. Format: Bearer <access_token>

Query Parameters

userId
string

The key owner user ID.

apiKey
string

API key to delete.

Response

A successful response.

DeleteUserApiKeyResponse is the response after deleting a user API key.

empty
object

Empty response.