Method to delete an import rule by ID
Status | ||||
---|---|---|---|---|
|
Path Variables:
Name | Mandatory | Type | Description | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
domain |
|
| domain id. Default domain is “default” | ||||||||||
documentId |
|
| Import rule ID |
Response:
Type:
Status | |
---|---|
|
...
|
Name | Type | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
result |
| Result true in case of success, false in case of error | ||||||||
error |
| Error description in case of error |
...
http://<hostname>:<port>/ctreplay/default/deleteImportRule/5f450211b5a094e754fc2fd3
Response
Code Block |
---|
{ "result": true, "error": null } |
...