# Delete API key **DELETE /api/api_keys/{id}** Allows you to delete an API key, in case it needs to be rotated. ## Servers - http://localhost:4000: http://localhost:4000 () ## Authentication methods - Api key ## Parameters ### Path parameters - **id** (string) the ID of the API Key to delete ## Responses ### 204 No content ### 401 Unauthorized #### Body: application/json (object) - **error** (string) Human readable version of the error status code ### 404 Not found #### Body: application/json (object) - **error** (string) Human readable version of the error status code [Powered by Bump.sh](https://bump.sh)