Skip to main content

delete attachment from s3

delete attachment from s3

Path Parameters
    departmentUUID string required
Request Body required
    attachmentUrlList string[]
Responses

OK


Schema
    attachmentsDeletedList string[]
    errors object[]
  • Array [
  • errorCode string
    errorDescription string
    errorUID string
  • ]
  • warnings object[]
  • Array [
  • warningCode string
    warningDescription string
  • ]
POST /department/:departmentUUID/attachments/delete

Authorization

name: basicAuthtype: httpscheme: basic

Request

Base URL
/communications
Username
Password
departmentUUID — path required
Body required
{
"attachmentUrlList": [
"string"
]
}
curl / cURL
curl -L -X POST '/communications/department/:departmentUUID/attachments/delete' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"attachmentUrlList": [
"string"
]
}'