This request will delete a Danish Telecom Operator.
| URL | https://api.telecomx.dk/dk/operator/OPERATOR_ID | ||
|---|---|---|---|
| Method | DELETE | ||
| Access level | ADMIN. | ||
| Param | OPERATOR_ID | CPS code of the operator. | |
https://api.telecomx.dk/dk/operator/01060
| JSON object | ||
|---|---|---|
| success | Boolean | True on success |
{ success: true }
| Error code | Message | Description |
|---|---|---|
| 400 | bad_request | Id not found in request URI |
| 404 | id | Operator not found |
| 403 | access_denied | Insufficient access level |
| 500 | internal_error | <Unspecified> |