Delete

Delete a job/phase stage

ParameterMandatoryDescriptionExamplesMore Info
APIYesThe API areaworkflow.json
GeneralYesParameters described in overviewsee overviewStructure of an API call
ActionYesThe action to performaction=delete
InputYesJSON stringsee below
JSON InputMandatoryDescriptionExamples
stageUuidYesStageUUID"ABA4D4E835F3424488796A028AA7F943"

Example request:


http://<SERVER>/jsonapi/workflow.json?user=user&password=user&version=4&action=delete&input={
  "data": [
    {
    "stageUuid": "ABA4D4E835F3424488796A028AA7F943"
    }
  ]
}
{
"responsecode": 1,
"responsestatus": "OK",
"errorcode": 0,
"errormessage": "",
"responsemessage": "data processed successfully.",
"warningmessage": "",
"success": true,
"synversion": "13.010.0078",
"synapiversion": 4.01,
"data": [
{
"stageUuid": "ABA4D4E835F3424488796A028AA7F943",
"stageCode": "43/W0000010756"
}
]
}