delete_user_action_with_id

Function delete_user_action_with_id 

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

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. OR Deactivates the user action with the given Id.