v50

latestOpenAPI 3.0.0raw.githubusercontent.com2024-08-26226284.9 KB

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
}