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

# API anahtarını sil

> Bir API anahtarını silin

Bu uç nokta, bir API anahtarını kalıcı olarak siler. Bu anahtarı kullanan tüm uygulamalar anında erişimlerini kaybedecektir.

### Yol Parametreleri

<ParamField path="id" type="integer" required>
  Silinecek API anahtarının benzersiz tanımlayıcısı
</ParamField>

### Yanıt

<ResponseField name="message" type="string">
  Başarı mesajı
</ResponseField>

<ResponseExample>
  ```json 200 Response theme={null}
  {
    "message": "API key deleted successfully."
  }
  ```

  ```json 404 Not Found theme={null}
  {
    "message": "API key not found."
  }
  ```
</ResponseExample>

<Warning>
  Bu işlem anında gerçekleşir ve geri alınamaz. Bu API anahtarını kullanan tüm uygulamalar anında çalışmayı durduracaktır.
</Warning>
