Delete

Delete a document

Attachment delete

ParameterDescriptionExamplesMore info
APIThe API areaattachments.json
ActionDefines the APIaction=delete
GeneralParameters described in overviewuser=user&password=userv3.3 Overview
InputIdentifies the record(s) you wish to delete{"data": [...]} format
Input (mandatory)attachmentID"attachmentID":5464

Example request:

http://<SERVER>/jsonapi/attachments.json?&user=user&password=user&version=3.3&action=delete&input={"data":[{"attachmentID":5464}]}

Example response:

{
  "responsecode": 1,
  "responsestatus": "OK",
  "errorcode": 0,
  "errormessage": "",
  "responsemessage": "data processed successfully.",
  "warningmessage": "",
  "success": true,
  "data": [
    {
      "attachmentID": 5464,
      "attachmentUuid": "9B7100C5B37B4F49B6B04F30833BAFC2"
    }
  ]
}