review_id. It provides a way to manage feedback by removing reviews that may no longer be relevant, outdated, or incorrect. The request requires the review ID as a path parameter to identify which review to delete.review_id which uniquely identifies the review to be deleted.curl --location --request DELETE '/v2/api/agent/review/'{
"success": true,
"message": "Agent Review deleted successfully",
"data": []
}