POST attachments/delete

Available from CRM.COM R11.0.0

This method is used to delete attachments. A single attachment can be deleted through this method

Resource URL

Parameters

Name

Type

Description

token

String

The token retrieved from the login method

id

(mandatory)

String

The id of the attachment that should be deleted

 

Response Data

Not applicable

Examples

 Example 1

HTTP Method: POST

 

Request

 

Body

 {
"token":"{{token}}",
"id":"F7FF2E30AAD94720B844B1035B195955"
} 

 

Response

Not applicable