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

# Изтриване на API ключ

> Изтриване на API ключ

Този endpoint окончателно изтрива API ключ. Всички приложения, които използват този ключ, незабавно ще загубят достъп.

### Path Parameters

<ParamField path="id" type="integer" required>
  Уникалният идентификатор на API ключа за изтриване
</ParamField>

### Response

<ResponseField name="message" type="string">
  Съобщение за успех
</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>
  Това действие е незабавно и не може да бъде отменено. Всички приложения, които използват този API ключ, ще спрат да работят незабавно.
</Warning>
