# Delete provider

The **Delete Provider** feature is used to remove a registered Provider from the system. Once deleted, all related configurations such as **API configurations and models** will no longer be available or usable.

To delete a Provider, click the **Delete** icon on one of the Providers in the table.

<figure><img src="/files/6sPesEF38Aq7UcgulG2Y" alt=""><figcaption></figcaption></figure>

After clicking the **Delete** icon, the system will display a confirmation notification. Click the **Delete** button to proceed.

{% hint style="warning" %}
**Note:** Deleting a Provider is permanent and cannot be undone.
{% endhint %}

<figure><img src="/files/w6W4d5hzuaGnjz5ftvXj" alt=""><figcaption></figcaption></figure>

If successful, the system will display the notification message **"Provider has successfully deleted"**, indicating that the Provider has been successfully removed from the list.

<figure><img src="/files/oAVUBNhK9vIGkTKYgtIV" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cloudeka.ai/guidance-for-individual/deka-claw/detail-deka-claw/provider/delete-provider.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
