Table of Contents

API : Internet Account Request Delete

Introduction

This request will delete a change request for a new product.

Request

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.

Query examples

https://api.telecomx.dk/internet/account/12345678901234567890AAAA/change

Response

Property Type Description
success Boolean True on success.

Example

{
  success: true
}

Errors

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>