api:customer:callnotify-delete
Table of Contents
API : Customer Call Notify Delete
Introduction
This request will delete the specified call notify.
Request
| URL | https://api.telecomx.dk/customer/CUSTOMER_ID/callnotify/CALL_NOTIFY_ID | ||
|---|---|---|---|
| Method | DELETE | ||
| Access level | MANAGER or OWNER if user belongs to the customer. RESELLER if customer belongs to the reseller or a sub reseller. RESELLER_ADMIN. ADMIN. |
||
| Param | CUSTOMER_ID | Id of customer | |
| CALL_NOTIFY_ID | Id of the call notify to delete | ||
Query example
DELETE https://api.telecomx.dk/customer/1234567890ABCDEF12345678/callnotify/1234567890ABCDEF12345678
Response
| Json object | ||
|---|---|---|
| success | Boolean | True on success |
Example
{ "success": true }
Errors
| Error code | Message | Description |
|---|---|---|
| 422 | customer | Customer id is invalid |
| 422 | id | Call notify id is invalid |
| 403 | access_denied | Insufficient access level |
| 404 | not_found | Customer or call notify not found |
| 500 | internal_error | <Unspecified> |
api/customer/callnotify-delete.txt · Last modified: by Mikkel Meerwaldt Jørgensen