Skip to main content
DELETE
/
api
/
sessions
/
{sessionId}
/
items
/
{itemId}
/
comments
/
{commentId}
Delete a comment
curl --request DELETE \
  --url https://api.example.com/api/sessions/{sessionId}/items/{itemId}/comments/{commentId}
{}

Path Parameters

sessionId
string
required
itemId
string
required
commentId
string
required

Response

Undescribed

The response is of type object.