api:roaming:region:delete
Table of Contents
API : Roaming : Region Delete
Introduction
This request will delete a single region
Request
| URL | https://api.telecomx.dk/roaming/region/REGION_ID | |
|---|---|---|
| Method | DELETE | |
| Access level | ADMIN | |
| Params | REGION_ID | ID of region |
Query examples
https://api.telecomx.dk/roaming/region/12345667890ABCD1234567980
Response
| JSON Object | ||
|---|---|---|
| success | Boolean | Always true |
Example
{ success: true }
Errors
| 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> |
api/roaming/region/delete.txt · Last modified: 2023/06/01 10:33 by Joakim Andersen