pub async fn delete_consent_with_id(
configuration: &Configuration,
consent_id: &str,
x_fusion_auth_tenant_id: Option<&str>,
) -> Result<(), Error<DeleteConsentWithIdError>>
Expand description
Deletes the consent for the given Id.
pub async fn delete_consent_with_id(
configuration: &Configuration,
consent_id: &str,
x_fusion_auth_tenant_id: Option<&str>,
) -> Result<(), Error<DeleteConsentWithIdError>>
Deletes the consent for the given Id.