Skip to main content
DELETE
/
v2
/
comments
/
{comment_id}
Delete a comment
curl --request DELETE \
  --url https://api.attio.com/v2/comments/{comment_id} \
  --header 'Authorization: Bearer <token>'
{}

Documentation Index

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

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

Authorizations

Authorization
string
header
required

This API uses OAuth 2.0 with the authorization code grant flow.

Path Parameters

comment_id
string<uuid>
required

The ID of the comment to delete.

Example:

"aa1dc1d9-93ac-4c6c-987e-16b6eea9aab2"

Response

Success

Success