/Mail/attachment/:file_guid DELETE
Overview
Delete an updated email attachment (where :file_guid is the guid value returned from the /Mail/attachment API)
Query Parameters:
This endpoint does not accept any parameters.
This endpoint does not accept any input.
Output Example:
If successful, the endpoint responds with a bool of true
.
Change Log
Version |
Change |
v11
|
Last version in which /Mail/attachment/:file_guid DELETE is available. Use
/Notes/:id/file/filename DELETE to delete a file from the filesystem. Use
/Emails/:record/link/attachments/:remote_id DELETE to remove an attachment from an
email. Note that removing an attachment from an email will also delete it from the filesystem.
|
v10
|
Added /Mail/attachment/:file_guid DELETE endpoint.
|