api:dk:operator:delete
Table of Contents
API : DK Operator Delete
Introduction
This request will delete a Danish Telecom Operator.
Request
| URL | https://api.telecomx.dk/dk/operator/OPERATOR_ID | ||
|---|---|---|---|
| Method | DELETE | ||
| Access level | ADMIN. | ||
| Param | OPERATOR_ID | CPS code of the operator. | |
Query examples
https://api.telecomx.dk/dk/operator/01060
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 |
| 404 | id | Operator not found |
| 403 | access_denied | Insufficient access level |
| 500 | internal_error | <Unspecified> |
api/dk/operator/delete.txt · Last modified: 2014/06/07 10:01 by Per Møller