Remove a shared User out from a Dataflow by the owner
POST
/removeAccessEntity/dataflows/{dataflowId}/entity/{entityId}
curl \
--request POST 'https://dataflownode.zerionsoftware.com/zcrypt/v1.0/removeAccessEntity/dataflows/{dataflowId}/entity/{entityId}' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"success": 0
}