api:roaming:data:delete
Table of Contents
API : Roaming Data Delete
Introduction
This request will delete the specified roaming data.
Request
| URL | https://api.telecomx.dk/roaming/data/ID | |
|---|---|---|
| Method | DELETE | |
| Access level | ADMIN. | |
| Param | ID | Id of the roaming data (24 hex-char string) |
Query example
DELETE https://api.telecomx.dk/roaming/data/1234567890ABCDEF12345678
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 | Roaming data not found |
| 500 | internal_error | <Unspecified> |
api/roaming/data/delete.txt · Last modified: 2014/06/04 14:04 by Per Møller