curl --location -g --request DELETE 'https:///api/v2/agents//permissions/batch' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer '{
"success": true,
"message": "string",
"data": {
"agent_id": 0,
"revoked": [
{
"subject_type": "string",
"subject_id": "string",
"subject_name": "string",
"revoked_relations": [
"string"
]
}
],
"failed": [
{
"subject_type": "string",
"subject_id": "string",
"subject_name": "string",
"error": "string"
}
],
"revoked_at": "2019-08-24T14:15:22.123Z"
}
}