RequestKit
API ReferenceComments

Delete a comment

Deletes a specific comment from a request

DELETE
/api/v1/requests/{request_id}/comments/{comment_id}

Path Parameters

request_idRequiredstring

The ID of the request

comment_idRequiredstring

The ID of the comment

Header Parameters

x-request-kit-keyRequiredstring
curl -X DELETE "http://localhost:3000/api/v1/requests/req_123456789/comments/com_123456789" \
  -H "x-request-kit-key: <string>"

Comment deleted successfully

{
  "id": "string"
}