Skip to navigation

Delete API Key

Deletes one credential of any family. A pending sign-in key is cancelled; an active one is revoked. Public keys also resolve by client_id.

CLI:

agentmail api-keys delete --api-key-id <api_key_id>

Authentication

AuthorizationBearer

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

Path parameters

api_key_idstringRequired
ID of api key.

Errors

404
Not Found Error