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

# Delete Project API Key

This endpoint allows to delete an API related to a project. The API key used to authenticate MUST be related to the project that you want to delete the API key.
You need an API key to authenticate. See [here](/embedded-pages/quickstart) for more information about the API keys.

<ParamField body="api_key" type="string" required>
  The API key to delete as shown inside the platform or returned by the create project endpoint.
</ParamField>
