Skip to main content

delete file from common bucket of s3

delete file from common bucket of s3

Query Parameters
    fileUrl string required

    complete fileUrl as received in response of its upload

Responses

OK


Schema
    isDeleted boolean
    errors object[]
  • Array [
  • errorCode string
    errorDescription string
    errorUID string
  • ]
  • warnings object[]
  • Array [
  • warningCode string
    warningDescription string
  • ]
DELETE /file

Authorization

name: basicAuthtype: httpscheme: basic

Request

Base URL
/communications
Username
Password
fileUrl — query required
curl / cURL
curl -L -X DELETE '/communications/file' \
-H 'Accept: application/json'