Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Method to delete an export rule by ID

...

Status
colourYellow
titlehttp post
​/ctreplay/:domain?/deleteExportRule/:documentId

Path Variables:

Name

Mandatory

Type

Description

domain

Status
titleNO

Status
titleSTRING

domain id. Default domain is “default”

documentId

Status
colourYellow
titleYES

Status
titleSTRING

Export rule ID

Response:

Type:
Status
title

...

JSON

Name

Type

Description

result

Status
titleBOOLEAN

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

error

Status
titleNULL
​/
Status
titleSTRING

Error description in case of error

...

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

Response

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

...