DELETE
/
landscapes
/
{landscapeId}
/
versions
/
{versionId}
/
comments
/
{commentId}
/
replies
/
{commentReplyId}
curl --request DELETE \
  --url https://api.icepanel.io/v1/landscapes/{landscapeId}/versions/{versionId}/comments/{commentId}/replies/{commentReplyId} \
  --header 'Authorization: <authorization>'
{}

Headers

Authorization
string
required

Path Parameters

landscapeId
string
required
versionId
string
required
commentId
string
required
commentReplyId
string
required

Response

200
application/json
OK

The response is of type object.