pub async fn delete_entity_with_id(
configuration: &Configuration,
entity_id: &str,
x_fusion_auth_tenant_id: Option<&str>,
) -> Result<(), Error<DeleteEntityWithIdError>>
Expand description
Deletes the Entity for the given Id.
pub async fn delete_entity_with_id(
configuration: &Configuration,
entity_id: &str,
x_fusion_auth_tenant_id: Option<&str>,
) -> Result<(), Error<DeleteEntityWithIdError>>
Deletes the Entity for the given Id.