# Revoke API Key **DELETE /api/v1/orgs/me/apikeys/{id}** Revokes an existing API key by its ID. ## 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 revoked 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 revoke API key #### Body: application/json (object) - ***** (string) [Powered by Bump.sh](https://bump.sh)