curl --location -g --request DELETE 'https:///api/v2/agents/' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer '
{
"success": true,
"message": "string",
"data": {
"property1": null,
"property2": null
}
}