How to delete an uploaded file through the files API?
Hi, I'm using the files API (
https://www.zohoapis.com/crm/v6/files) to upload images to my Records. When I delete a record through the API I'd also like to remove those linked files/images. In the CRM API docs I don't see any API endpoint to delete files, only GET and POST
Thanks!