Skip to main content
DELETE
/
discussion
/
v1
/
comments
/
{commentId}
Delete a comment by id
curl --request DELETE \
  --url https://api-{region}.sesametime.com/discussion/v1/comments/{commentId} \
  --header 'Authorization: Bearer <token>'
This response has no body data.

Authorizations

Authorization
string
header
required

API token obtained from Sesame HR Dashboard > Settings > Integrations > API

Path Parameters

commentId
string<uuid>
required

Comment ID

Response

204 - undefined