owner relation is system-assigned and cannot be revoked here.curl --location -g --request DELETE 'https:///api/v2/workflows//permissions' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer '{
"success": true,
"message": "string",
"data": {
"workflow_id": 0,
"subject_type": "string",
"subject_id": "string",
"subject_name": "string",
"revoked_relations": [
"string"
],
"revoked_at": "string"
}
}