Prompts
Delete Prompt
Clusters
Applications
Models
Artifacts
Prompts
Secret Groups
Model Deployments
Users
Personal Access Tokens
Virtual Accounts
Prompts
Delete Prompt
DELETE
/
api
/
ml
/
v1
/
prompts
/
{id}
curl --request DELETE \
--url https://{controlPlaneURL}/api/ml/v1/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
application/json
Successful Response
The response is of type object
.
Was this page helpful?
curl --request DELETE \
--url https://{controlPlaneURL}/api/ml/v1/prompts/{id} \
--header 'Authorization: Bearer <token>'
{}