curl --request DELETE \
--url https://{controlPlaneURL}/api/ml/v1/prompt-versions/{id} \
--header 'Authorization: Bearer <token>'
{}
Delete prompt versions API
curl --request DELETE \
--url https://{controlPlaneURL}/api/ml/v1/prompt-versions/{id} \
--header 'Authorization: Bearer <token>'
{}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Successful Response
The response is of type object
.
Was this page helpful?