cURL
curl --request DELETE \ --url https://api.attio.com/v2/comments/{comment_id} \ --header 'Authorization: Bearer <token>'
{}
Deletes a comment by ID. If deleting a comment at the head of a thread, all messages in the thread are also deleted.
Required scopes: comment:read-write.
comment:read-write
This API uses OAuth 2.0 with the authorization code grant flow.
The ID of the comment to delete.
"aa1dc1d9-93ac-4c6c-987e-16b6eea9aab2"
Success
Was this page helpful?