> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lerian.studio/llms.txt
> Use this file to discover all available pages before exploring further.

# Deleting a provider

> Delete an unused provider configuration from the Flowker Console using the Actions menu, and see what happens to workflows that still reference it.

To remove a provider configuration from Lerian Console:

<Steps>
  <Step>
    On the **Providers** page, find the provider you want to delete.
  </Step>

  <Step>
    Click the three dots (<Icon icon="ellipsis-vertical" />) on the **Actions** column and select **Delete**.
  </Step>

  <Step>
    A **Confirm Deletion** dialog will appear with the provider name. Confirm the deletion.
  </Step>
</Steps>

<Danger>
  Deleting a provider configuration cannot be undone. Any workflows that reference this provider will fail if they attempt to use it. Make sure no active workflows depend on the provider before deleting it.
</Danger>

<Tip>
  Before deleting a provider, check if any workflows reference it. You can update those workflows to use a different provider configuration first.
</Tip>
