This request will delete a single region
| URL | https://api.telecomx.dk/roaming/region/REGION_ID | |
|---|---|---|
| Method | DELETE | |
| Access level | ADMIN | |
| Params | REGION_ID | ID of region |
https://api.telecomx.dk/roaming/region/12345667890ABCD1234567980
| JSON Object | ||
|---|---|---|
| success | Boolean | Always true |
{ success: true }
| Error code | Message | Description |
|---|---|---|
| 403 | access_denied | Insufficient access level |
| 404 | id | Not found |
| 409 | destinations | The region is in use by <number> existing destinations |
| 500 | internal_error | <Unspecified> |