User Tools

Site Tools


api:pbx:recordingconsent:delete

API : PBX : Recording Consent Delete

Introduction

This request will delete a recording consent.

Request

URL https://api.telecomx.dk/pbx/recordingconsent/RECORDING_CONSENT_ID
Method DELETE
Access level MANAGER or OWNER if user belongs to the customer who owns it.
RESELLER if customer belongs to the reseller.
RESELLER_ADMIN.
ADMIN.
params RECORDING_CONSENT_ID Id Id of the recording consent to delete.

Response

JSON object
success Boolean true on success.

Example

{
  success: true
}

Errors

Error code Message Description
400 bad_request Id not found in request URI
404 not_found Recording consent not found
403 access_denied Insufficient access level
500 internal_error <Unspecified>
api/pbx/recordingconsent/delete.txt · Last modified: by Per Møller

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki