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