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
Example response
{
"success": true
}