Skip to main content
DELETE
Delete an API Key

Authorizations

Authorization
string
header
required

Basic HTTP authentication. Allowed headers-- Authorization: Basic <base64(api_key_id:api_key_secret)>

Response

API Key deleted successfully

Represents an API Key

key
string

API Key value

Example:

"test_"

created_at
string

the RFC-3339 date when the key was created

Example:

"2025-02-13T19:08:07.000Z"

deleted_at
string

the RFC-3339 date when the key was deleted

Example:

"2025-02-13T19:08:07.000Z"