This request will delete the specified call notify.
| 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. ADMIN. |
||
| Param | CUSTOMER_ID | Id of customer | |
| CALL_NOTIFY_ID | Id of the call notify to delete | ||
DELETE https://api.telecomx.dk/customer/1234567890ABCDEF12345678/callnotify/1234567890ABCDEF12345678
| Json object | ||
|---|---|---|
| success | Boolean | True on success |
{ success: true }
| Error code | Message | Description |
|---|---|---|
| 403 | access_denied | Insufficient access level |
| 404 | customer | Customer not found |
| 404 | not_found | Call notify not found |
| 500 | internal_error | <Unspecified> |