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
- 200
- 401
- 403
- 404
The file was deleted
Missing or invalid token
Token lacks the required scope, or the user's role/permissions deny this action
Resource not found (or not visible to this user's role)