Delete a single file attachment from a lead.
cURL
curl --request DELETE \ --url https://www.renovationfind.com/rest-api-v1/general-leads/{id}/attachments/{fileId} \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>" }
JWT token issued from the RenovationFind Manager Portal
Attachment deleted
true