Skip to main content

Delete a file

DELETE 

/files/:file_id

Delete a file, detaching it from every record it was attached to.

This removes the CRM's record of the attachment. The underlying stored bytes are not the API's to manage — delete them from your storage separately if you need them gone.

Write access requires a write scope on a record type the file is attached to.

Request

Responses

The file was deleted