Delete

Delete a checklist

Delete header

ParameterDescriptionExampleMore info
APIThe API areachecklistheader.json
ActionDelete&action=delete
GeneralParameters described in overviewuser=user&password=user&version=3.3Overview
InputJSON stringinput="data": ...
input mandatory checklistUuidChecklist UUID"checklistUuid":"F820725A727FEF4EB4129E6E798B90AD"
ResponseReturned dataA JSON string containing the data

Example request:
Request to delete a checklist

http://<SERVER>/jsonAPI/checklistheader.json?user=user&password=user&version=3.3&action=delete&input={"data": [{"checklistUuid":"F820725A727FEF4EB4129E6E798B90AD"}]}

Example response:

{
  "responsecode": 1,
  "responsestatus": "OK",
  "errorcode": 0,
  "errormessage": "",
  "responsemessage": "data processed successfully.",
  "warningmessage": "",
  "success": true,
  "data": [
    {
      "checklistUuid": "F820725A727FEF4EB4129E6E798B90AD"
    }
  ]
}