This request will delete the specified employee subscription.
| URL | https://api.telecomx.dk/employeeSubscription/SUBSCRIPTION_ID | |
|---|---|---|
| Method | DELETE | |
| Access level | RESELLER if the employee subscription belongs to the reseller or a subreseller. ADMIN. |
|
| Param | SUBSCRIPTION_ID | Id of the employee subscription (24 hex-char string) |
DELETE https://api.telecomx.dk/employeeSubscription/1234567890ABCDEF12345678
| Json object | ||
|---|---|---|
| success | Boolean | True on success |
{ success: true }
| Error code | Message | Description |
|---|---|---|
| 400 | employeeSubscription | Employee subscription id not found in request URI |
| 403 | access_denied | Insufficient access level |
| 404 | employeeSubscription | Employee subscription not found |