Table of Contents

API : PBX : Recording Delete

Introduction

This request will delete a recording.

Request

URL https://api.telecomx.dk/pbx/recording/RECORDING_ID
Method DELETE
Access level PERSONAL, MANAGER, OWNER, RESELLER or ADMIN. PERSONAL may not access common recordings.
params RECORDING_ID Id Id of the recording to delete.

Response

JSON object
success Boolean true on success.

Example

{
  success: true
}

Errors

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