This request will delete a change request for a new product.
| URL | https://api.telecomx.dk/internet/account/ACCOUNT_ID/change | ||
|---|---|---|---|
| Method | DELETE | ||
| Access level | MANAGER or OWNER if user belongs to customer, RESELLER if customer belongs to reseller or ADMIN. | ||
| Params | ACCOUNT_ID | Id | Id of the Internet Access account. |
https://api.telecomx.dk/internet/account/12345678901234567890AAAA/change
| Property | Type | Description |
|---|---|---|
| success | Boolean | True on success. |
{ success: true }
| Error code | Message | Description |
|---|---|---|
| 404 | not_found | Internet account not found |
| 409 | changeRequest | No pending change request found |
| 403 | access_denied | Insufficient access level |
| 500 | internal_error | <Unspecified> |