Skip to main content
DELETE
Delete API key

Authorizations

Authorization
string
header
required

User Bearer Authentication

Use a dashboard user JWT in the Authorization header when managing API keys from the Snappy dashboard:

For multi-company users, also pass Snappy-Company-Id to select the target company.

Headers

snappy-account-id
string

Optional account identifier for swag validation/filtering.

Example:

"acc123456"

snappy-company-id
string

Optional company identifier for swag validation/filtering.

Example:

"cmp123456"

Path Parameters

apiKeyId
string
required

The API key id.

Pattern: ^[a-fA-F0-9]{24}$
Example:

"4a7f2b9C1E3d8f0A9B6c4D2e"

Response

No Content

Last modified on June 17, 2026