Skip to main content
DELETE
/
general-leads-communications
/
{communicationId}
/
attachments
/
{fileId}
Delete a communication attachment
curl --request DELETE \
  --url https://www.renovationfind.com/rest-manager-api-v1/general-leads-communications/{communicationId}/attachments/{fileId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": "<string>",
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.renovationfind.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT token issued from the RenovationFind Manager Portal

Path Parameters

communicationId
integer<int64>
required
fileId
integer<int64>
required

Response

200 - application/json

Attachment deleted

success
boolean
data
string
message
string