Skip to end of banner
Go to start of banner

POST attachments/delete

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

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

  • No labels