# Delete API Key (Not typically exposed, Revoke is preferred) **DELETE /api/v1/orgs/me/apikeys/{id}/delete** Deletes an API key permanently. Use RevokeKey for standard deactivation. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Bearer auth ## Parameters ### Path parameters - **id** (integer) API Key ID ## Responses ### 200 API key deleted successfully #### Body: application/json (object) - ***** (string) ### 400 Invalid API key ID #### Body: application/json (object) - ***** (string) ### 401 Unauthorized or Org ID not found #### Body: application/json (object) - ***** (string) ### 403 Permission denied #### Body: application/json (object) - ***** (string) ### 404 API key not found #### Body: application/json (object) - ***** (string) ### 500 Failed to delete API key #### Body: application/json (object) - ***** (string) [Powered by Bump.sh](https://bump.sh)