api:roaming:voice:delete
Table of Contents
API : Roaming Voice Delete
Introduction
This request will delete the specified roaming voice.
Request
| URL | https://api.telecomx.dk/roaming/voice/ID | |
|---|---|---|
| Method | DELETE | |
| Access level | RESELLER_ADMIN with FINANCE feature, or ADMIN. | |
| Param | ID | Id of the roaming voice (24 hex-char string) |
Query example
DELETE https://api.telecomx.dk/roaming/voice/650000000000000000000001
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 | Roaming voice not found |
| 403 | access_denied | A minimum access level of 'RESELLER_ADMIN' required |
| 403 | access_denied | Employees does not have the required feature FINANCE |
| 500 | internal_error | <Unspecified> |
api/roaming/voice/delete.txt · Last modified: by Mikkel Meerwaldt Jørgensen