V3-Photos and Attachments-Delete an Attachment

Number of APIs: 18

  1. Contacts DELETE {{api-domain}}/crm/v3/Contacts/{{record_id}}/Attachments/{{attachment_id}}

  2. Tasks DELETE {{api-domain}}/crm/v3/Tasks/{{record_id}}/Attachments/{{attachment_id}}

  3. Cases DELETE {{api-domain}}/crm/v3/Cases/{{record_id}}/Attachments/{{attachment_id}}

  4. Events DELETE {{api-domain}}/crm/v3/Events/{{record_id}}/Attachments/{{attachment_id}}

  5. Leads DELETE {{api-domain}}/crm/v3/Leads/{{record_id}}/Attachments/{{attachment_id}}

  6. Accounts DELETE {{api-domain}}/crm/v3/Accounts/{{record_id}}/Attachments/{{attachment_id}}

  7. Campaigns DELETE {{api-domain}}/crm/v3/Campaigns/{{record_id}}/Attachments/{{attachment_id}}

  8. Solutions DELETE {{api-domain}}/crm/v3/Solutions/{{record_id}}/Attachments/{{attachment_id}}

  9. Vendors DELETE {{api-domain}}/crm/v3/Vendors/{{record_id}}/Attachments/{{attachment_id}}

  10. Custom DELETE {{api-domain}}/crm/v3/{{custom_module_api_name}}/{{record_id}}/Attachments/{{attachment_id}}