Table of Contents

API : FlexCare : Dialog : Profiles : Licenses : Delete

Introduction

This endpoint is used to delete a license from a dialog profile

Request

URL https://api.telecomx.dk/flexcare/dialog/profile/license/LICENSE_ID
Method DELETE
Access level RESELLER_ADMIN, ADMIN
Params LICENSE_ID Unique id of the license

Query example

https://api.telecomx.dk/flexcare/dialog/profile/license/1234567890qwertyuiopqwer

Response

JSON Object
success boolean Whether the license has been deleted or not

Errors

Error code Message Description
403 access_denied Insufficient access level
404 not_found License not found
500 internal_error <Unspecified>