# Delete Prompt

> Delete an entire prompt and all its versions

`DELETE https://api.helicone.ai/v1/prompt-2025/{promptId}`

Permanently deletes a prompt and all associated versions.

### Path Parameters

<ParamField path="promptId" type="string" required>
  The unique identifier of the prompt to delete
</ParamField>

### Response

Returns `null` on successful deletion.
