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 RESELLER_ADMIN 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
403 access_denied Insufficient access level
500 internal_error <Unspecified>