This request will delete the specified destination.
| URL | https://api.telecomx.dk/destination/COUNTRY_CODE | |
|---|---|---|
| Method | DELETE | |
| Access level | RESELLLER_ADMIN with FINANCE feature, or ADMIN. | |
| Param | COUNTRY_CODE | Country code of the destination, e.g. 'DK' |
DELETE https://api.telecomx.dk/destination/DK
| Json object | ||
|---|---|---|
| success | Boolean | True on success |
{ success: true }
| Error code | Message | Description |
|---|---|---|
| 400 | bad_request | Id not found in request URI |
| 403 | access_denied | Insufficient access level |
| 404 | id | Destination not found |
| 500 | internal_error | <Unspecified> |