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 https://api.example.com/api/v1/variables/{name} \ --header 'Authorization: Bearer <token>'
{ "errors": [ { "status": "404", "title": "Not Found", "detail": "Run not found.", "code": "access_token_expired", "request_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" } ], "request_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "leftover_env_keys": [ "<string>" ], "removed_env_keys": [ "<string>" ] }
Raw dev token passed as Authorization: Bearer fabro_dev_... when server.auth.methods includes dev-token.
Authorization: Bearer fabro_dev_...
server.auth.methods
dev-token
Variable name.
^[A-Za-z_][A-Za-z0-9_]*$
Variable deleted