Prompts
Delete Prompt
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
.
curl --request DELETE \
--url https://{controlPlaneURL}/api/ml/v1/prompts/{id} \
--header 'Authorization: Bearer <token>'
{}