# Delete Region **DELETE /api/accounts/{account_id}/regions/{id}** Allows you to delete a region for an account. ## Servers - http://localhost:4000: http://localhost:4000 () ## Authentication methods - Api key ## Parameters #### Path parameters - **account_id** (string) The ID of the account from which to delete the region - **id** (string) the ID of the region to delete ## Responses ### 204: No content ### 401: Unauthorized #### Body Parameters: application/json (object) - **error** (string) Human readable version of the error status code ### 404: Not found #### Body Parameters: application/json (object) - **error** (string) Human readable version of the error status code [Powered by Bump.sh](https://bump.sh)