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

# Delete Generation

Delete a specific generation request and its associated data.

### Headers

<ParamField header="Authorization" type="string" required>
  Bearer token for authentication
</ParamField>

### Path Parameters

<ParamField path="generation_id" type="string" required>
  Unique generation identifier to delete
</ParamField>

### Response

<ResponseField name="message" type="string">
  Confirmation message
</ResponseField>
