Introduction
How-to guides
Endpoint reference
- OpenAPI
- Core endpoints
- Standard objects
- OAuth 2.0
Webhook reference
- Webhook events
- Records
- Object attributes
- List entries
- List attributes
- Lists
- Notes
- Note content
- Tasks
- Comments
- Workspace members
Comments
Comment deleted
WEBHOOK
comment.deleted
{
"event_type": "comment.deleted",
"id": {
"workspace_id": "14beef7a-99f7-4534-a87e-70b564330a4c",
"comment_id": "aa1dc1d9-93ac-4c6c-987e-16b6eea9aab2"
},
"thread_id": "a649e4d9-435c-43fb-83ba-847b4876f27a",
"object_id": "97052eb9-e65e-443f-a297-f2d9a4a7f795",
"record_id": "bf071e1f-6035-429d-b874-d83ea64ea13b",
"list_id": "33ebdbe9-e529-47c9-b894-0ba25e9c15c0",
"entry_id": "2e6e29ea-c4e0-4f44-842d-78a891f8c156",
"actor": {
"type": "workspace-member",
"id": "50cf242c-7fa3-4cad-87d0-75b1af71c57b"
}
}
Body
application/json
This event is fired whenever a comment is deleted.
Response
200
Return a 200 status to indicate that the data was received successfully
Was this page helpful?
{
"event_type": "comment.deleted",
"id": {
"workspace_id": "14beef7a-99f7-4534-a87e-70b564330a4c",
"comment_id": "aa1dc1d9-93ac-4c6c-987e-16b6eea9aab2"
},
"thread_id": "a649e4d9-435c-43fb-83ba-847b4876f27a",
"object_id": "97052eb9-e65e-443f-a297-f2d9a4a7f795",
"record_id": "bf071e1f-6035-429d-b874-d83ea64ea13b",
"list_id": "33ebdbe9-e529-47c9-b894-0ba25e9c15c0",
"entry_id": "2e6e29ea-c4e0-4f44-842d-78a891f8c156",
"actor": {
"type": "workspace-member",
"id": "50cf242c-7fa3-4cad-87d0-75b1af71c57b"
}
}
Assistant
Responses are generated using AI and may contain mistakes.