Skip to content

Delete Form Comment

Permanently delete a comment from a form instance. Requires ADMIN or DELETE_COMMENT permissions.

Parameters

name * are required parametersdata typedescription
instanceId*stringThe unique identifier of the form instance
commentId*stringThe unique identifier of the comment to delete

Return Value

json
{
  "statusCode": 201,
  "data": null,
  "message": "Comment deleted"
}

Examples

bash
curl -X DELETE "https://app.wombat.software/api/{targetPath}/form/:instanceId/comment/:commentId" \
  -H "Content-Type: application/json" \
  -H "Authentication: Bearer ..."

ENDPOINTS

delete/api/{targetPath}/form/:instanceId/comment/:commentId