api:destination:delete
Table of Contents
API : Destination Delete
Introduction
This request will delete the specified destination.
Request
| 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' |
Query example
DELETE https://api.telecomx.dk/destination/DK
Response
| Json object | ||
|---|---|---|
| success | Boolean | True on success |
Example
{ success: true }
Errors
| 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> |
api/destination/delete.txt · Last modified: 2023/10/30 21:15 by Per Møller