pub async fn delete_entity_grant_with_id(
configuration: &Configuration,
entity_id: &str,
recipient_entity_id: Option<&str>,
user_id: Option<&str>,
x_fusion_auth_tenant_id: Option<&str>,
) -> Result<(), Error<DeleteEntityGrantWithIdError>>
Expand description
Deletes an Entity Grant for the given User or Entity.