Getting Started
Audit Logs
Datasets
- GETList datasets
- POSTCreate a new dataset
- GETGet dataset by ID or slug
- DELDelete a dataset
- PATCHUpdate a dataset
- POSTCreate a new prompt
- GETGet prompt by ID
- DELDelete a prompt
- PATCHUpdate a prompt
- GETGet prompt variation by ID
- DELDelete a prompt variation
- PATCHUpdate a prompt variation
- POSTCreate a new prompt variation
Evals
Runs
Templates
Datasets
Delete a prompt
DELETE
/
v1
/
datasets
/
prompts
/
{id}
curl --request DELETE \
--url https://api.lunary.ai/v1/datasets/prompts/{id} \
--header 'Authorization: Bearer <token>'
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
200
Prompt deleted successfully
curl --request DELETE \
--url https://api.lunary.ai/v1/datasets/prompts/{id} \
--header 'Authorization: Bearer <token>'