Versions Compared

Key

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

Method to delete a profile by ID

Status
colourYellow
titleHTTP POST
/ctreplay/:domain?/deleteProfile/:documentId

Path Variables:

Name

Mandatory

Type

Description

domain

Status
titleNO

Status
titleSTRING

domain id. Default domain is “default”

documentId

Status
colourYellow
titleYES

Status
titleSTRING

Profile ID

...

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/deleteProfile/5f450211b5a094e754fc2fd3

Response

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

...