{
"email": "test@example.com"
}
curl --location --request POST 'https://api.cloudflare.com/client/v4/accounts//access/organizations/revoke_user' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "test@example.com"
}'
{
"result": true,
"success": true
}