Delete Region
Allows you to delete a region for an account.
Path parameters
-
account_id
string Required The ID of the account from which to delete the region
-
id
string Required the ID of the region to delete
DELETE
/api/accounts/{account_id}/regions/{id}
curl \
--request DELETE 'http://localhost:4000/api/accounts/{account_id}/regions/{id}' \
--header "Authorization: $API_KEY"
Response examples (401)
{
"error": "Error Reason"
}
Response examples (401)
{
"error": "Error Reason"
}
Response examples (404)
{
"error": "Error Reason"
}
Response examples (404)
{
"error": "Error Reason"
}