This request will delete the specified roaming text.
| URL | https://api.telecomx.dk/roaming/text/ID | |
|---|---|---|
| Method | DELETE | |
| Access level | ADMIN. | |
| Param | ID | Id of the roaming text (24 hex-char string) |
DELETE https://api.telecomx.dk/roaming/text/1234567890ABCDEF12345678
| Json object | ||
|---|---|---|
| success | Boolean | True on success |
{ success: true }
| Error code | Message | Description |
|---|---|---|
| 400 | bad_request | Id not found in request URI |
| 403 | access_denied | Insufficient access level |
| 404 | id | Roaming text not found |
| 500 | internal_error | <Unspecified> |