DELETE
/
v2
/
comments
/
{comment_id}
curl --request DELETE \
  --url https://api.attio.com/v2/comments/{comment_id} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

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

Path Parameters

comment_id
string
required

The ID of the comment to delete.

Example:

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

Response

200
application/json

Success