/
deleteRecording
deleteRecording
Deletes a recording indicated by a specific ID.
HTTP POST /ctreplay/:domain?/deleteRecording/:documentId
Path variables:
Name | Mandatory | Type | Description |
---|---|---|---|
domain | NO | STRING | Unique domain identifier |
documentId | YES | STRING | Unique recording identifier |
Authorization: BEARER (token returned by EasyCIM SSO)
Response:
Type: JSON
Name | Type | Description |
---|---|---|
result | BOOLEAN | If true, the service response was performed correctly |
error | NULL / STRING | Contains the error description if an error has occurred in the request |
Example:
Request:
http://<hostname>:<port>/ctreplay/default/deleteRecording/5f048b1a2b66ce470c46460d
Response:
{
"result": true,
"error": null
}
, multiple selections available,
Related content
deleteRecordings
deleteRecordings
More like this
getRecording
getRecording
More like this
deleteLiterals
deleteLiterals
More like this
setTag
setTag
More like this
deleteExportRule
deleteExportRule
More like this
saveUser
saveUser
More like this