Delete API Key

**CLI:** ```bash agentmail inboxes:api-keys delete --inbox-id <inbox_id> --api-key-id <api_key_id> ```

Authentication

AuthorizationBearer

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

Path parameters

inbox_idstringRequired
The ID of the inbox.
api_key_idstringRequired
ID of api key.

Errors

404
Not Found Error