Skip to main content
DELETE
Delete API Key
Deleting a key is permanent. Any application using it will immediately lose API access. Rotate to a new key before deleting the old one.
For a detailed walkthrough with examples, see the API Key Management guide.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

key_id
integer
required

Response

Successful Response

message
string
default:API key successfully deleted.

Success message.