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 -g --request DELETE 'https:///v2/api/agent/review/0' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer '
{
"success": true,
"message": "Agent Review deleted successfully",
"data": []
}