Enterprise
Quick Start
Search
/
API Reference
Tutorials
Introduction
Getting started
API Reference
Annotations
Users
Actions
Views
Files
ML
Predictions
Projects
Tasks
Import Storage
Export Storage
Webhooks
Versions
Prompts
GET
List prompts
POST
Create prompt
GET
Get prompt
DEL
Delete prompt
PATCH
Update prompt
POST
Create batch predictions
POST
Create batch of failed predictions
Versions
GET
List prompt versions
POST
Create prompt version
GET
Get prompt version
DEL
Delete prompt version
PATCH
Update prompt version
POST
Get cost estimate for running a prompt version on a particular project/subset
GET
Get refined prompt
POST
Refine a prompt version
Runs
Indicators
Model Providers
Comments
Workspaces
Enterprise
Quick Start
API Reference
Prompts
Versions
Delete prompt version
DELETE
http://localhost:8080
/
api
/
prompts
/
:id
/
versions
/
:version_id
Delete a prompt version by ID.
Path parameters
id
integer
Required
Prompt ID
version_id
integer
Required
Prompt Version ID
Built with