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