Skip to main content
DELETE
/
general-leads
/
{generalLeadId}
/
comments
/
{commentId}
Delete a comment
curl --request DELETE \
  --url https://www.renovationfind.com/rest-manager-api-v1/general-leads/{generalLeadId}/comments/{commentId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "id": 123,
    "comment": "<string>",
    "createdAt": "2023-11-07T05:31:56Z",
    "createdBy": "<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

generalLeadId
integer<int64>
required
commentId
integer<int64>
required

Response

200 - application/json

Comment deleted

success
boolean
data
object
message
string