curl --request DELETE \
--url https://{controlPlaneURL}/api/ml/v1/prompts/{id} \
--header 'Authorization: Bearer <token>'{}Delete a prompt by its ID.
curl --request DELETE \
--url https://{controlPlaneURL}/api/ml/v1/prompts/{id} \
--header 'Authorization: Bearer <token>'{}Was this page helpful?