api:sim:delete
Table of Contents
API : SIM Delete
Introduction
This request will delete the specified SIM card.
Request
| URL | https://api.telecomx.dk/sim/SIM_ID | |
|---|---|---|
| Method | DELETE | |
| Access level | ADMIN. | |
| Param | SIM_ID | SIM card number (ICC) |
Query example
DELETE https://api.telecomx.dk/sim/1234567890123456789
Response
| Json object | ||
|---|---|---|
| success | Boolean | True on success |
Example
{ success: true }
Errors
| Error code | Message | Description |
|---|---|---|
| 400 | bad_request | SIM number not found in request URI |
| 404 | not_found | SIM not found |
| 403 | access_denied | Insufficient access level |
| 500 | internal_error | <Unspecified> |
api/sim/delete.txt · Last modified: 2015/04/29 12:39 by Per Møller