Delete Prompt

Delete a prompt configuration by ID. This will remove the prompt from the system and all associated data including evaluations.

delete/sdk/v1/prompts/{id}

Path parameters

idstring required
Example:1212121

Response

Successful deletion of the prompt

successboolean

Example response

{
  "success": true
}

Changes

No recorded changes to this endpoint across all 50 revisions of this API.