API Keys
Delete API key
Use this endpoint to permanently delete an existing API key by its ID. Use this when you need to revoke a key - for rotation, compromise response, or cleanup.
Required fields
apiKeyId- the API key identifier, passed as a path parameter (24-character hex)
Optional headers
Snappy-Account-Id- optional account scoping
Behavior Notes
- Deletion is immediate and permanent. Once deleted, any application using this key will receive
401 Unauthorizedon its next request. Update your applications to use a replacement key before deleting the old one. - Returns
204 No Contenton success - no response body.
Permissions
- Requires:
apiKeys:delete
DELETE
Delete API key
Last modified on June 17, 2026