pub async fn delete_user_registration_with_id(
configuration: &Configuration,
user_id: &str,
application_id: &str,
x_fusion_auth_tenant_id: Option<&str>,
registration_delete_request: Option<RegistrationDeleteRequest>,
) -> Result<(), Error<DeleteUserRegistrationWithIdError>>
Expand description
Deletes the user registration for the given user and application. OR Deletes the user registration for the given user and application along with the given JSON body that contains the event information.