/
deleteExportRule

deleteExportRule

Method to delete an export rule by ID

http post ​/ctreplay/:domain?/deleteExportRule/:documentId

Path Variables:

Name

Mandatory

Type

Description

Name

Mandatory

Type

Description

domain

NO

STRING

domain id. Default domain is “default”

documentId

YES

STRING

Export rule ID

Response:

Type: JSON

Name

Type

Description

Name

Type

Description

result

BOOLEAN

Result true in case of success, false in case of error

error

NULL ​/STRING

Error description in case of error

Example:

Request

http://<hostname>:<port>/ctreplay/default/deleteExportRule/5f450211b5a094e754fc2fd3

Response

{ "result": true, "error": null }

 

Related content

getExportRules
getExportRules
More like this
getImportRules
getImportRules
More like this
saveExportRule
saveExportRule
More like this
saveImportRule
saveImportRule
More like this
deleteRecording
deleteRecording
More like this
deleteRecordings
deleteRecordings
More like this