api:employeesubscription:delete
Table of Contents
API : Employee Subscription Delete
Introduction
This request will delete the specified employee subscription.
Request
| 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) |
Query example
DELETE https://api.telecomx.dk/employeeSubscription/1234567890ABCDEF12345678
Response
| Json object | ||
|---|---|---|
| success | Boolean | True on success |
Example
{ success: true }
Errors
| 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 |
api/employeesubscription/delete.txt · Last modified: 2014/06/04 14:01 by Per Møller