delete attachment from s3
delete attachment from s3
Path Parameters
departmentUUID string required
application/json
Request Body required
attachmentUrlList string[]
Responses
- 200
 
OK
application/json
Schema
Example (from schema)
Schema
- Array [
 - ]
 - Array [
 - ]
 
attachmentsDeletedList string[]
errors object[]
errorCode string
errorDescription string
errorUID string
warnings object[]
warningCode string
warningDescription string
{
  "attachmentsDeletedList": [
    "string"
  ],
  "errors": [
    {
      "errorCode": "string",
      "errorDescription": "string",
      "errorUID": "string"
    }
  ],
  "warnings": [
    {
      "warningCode": "string",
      "warningDescription": "string"
    }
  ]
}
Loading...