Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url http://localhost:3000/v1/prompts/{id}/tags/{tag} \ --header 'Authorization: Bearer <token>'
{ "error": "invalid credentials" }
Removes/deletes the specified version tag from the prompt.
Use an access token retrieved from login (Bearer sess_...) or a programmatic API key (Bearer ak_...).
Unique prompt UUID.
Tag string to remove.
Tag removed successfully