Skip to content

Delete Attachments

Method: DELETE

Url: /Attachments/{AttachmentID} (e.g. /Attachments/1234)
Header: DPApiAuthenticationToken={YOUR_API_TOKEN}

Query String: None

Request Example:
DELETE “https://api.dataprise.com/api/v1/Attachments/1234″Header: “DPApiAuthenticationToken=abcxyz0123456789”

Response:

The API will return the response as under:

PropertyData TypeRemarks
StatusStringStatus of the request. Either “Success” or “Failure”
MessageStringError messages if the request failed (i.e. Status = “Failure”)
Sample Response:
{ “Status”: “Success”, “Message”: “” }