Function delete_user_action_with_id

Source
pub async fn delete_user_action_with_id(
    configuration: &Configuration,
    user_action_id: &str,
    x_fusion_auth_tenant_id: Option<&str>,
    hard_delete: Option<&str>,
) -> Result<(), Error<DeleteUserActionWithIdError>>
Expand description

Deactivates the user action with the given Id. OR Deletes the user action for the given Id. This permanently deletes the user action and also any history and logs of the action being applied to any users.