pub async fn delete_application_with_id(
    configuration: &Configuration,
    application_id: &str,
    hard_delete: Option<&str>,
    x_fusion_auth_tenant_id: Option<&str>
) -> Result<(), Error<DeleteApplicationWithIdError>>
Expand description

Hard deletes an application. This is a dangerous operation and should not be used in most circumstances. This will delete the application, any registrations for that application, metrics and reports for the application, all the roles for the application, and any other data associated with the application. This operation could take a very long time, depending on the amount of data in your database. OR Deactivates the application with the given Id.