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