This request will delete the specified special destination.
| URL | https://api.telecomx.dk/destination/special/PREFIX | |
|---|---|---|
| Method | DELETE | |
| Access level | RESELLER_ADMIN with FINANCE feature, or ADMIN. | |
| Param | PREFIX | Prefix (id) of the special destination, e.g. +4590123456. The + must be URL encoded as %2B. |
DELETE https://api.telecomx.dk/destination/special/%2B4590123456
| Json object | ||
|---|---|---|
| success | Boolean | True on success |
{ "success": true }
| Error code | Message | Description |
|---|---|---|
| 422 | id | Prefix is not valid |
| 404 | not_found | Special destination not found |
| 403 | access_denied | Insufficient access level |
| 500 | internal_error | <Unspecified> |