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.kadoa.com/v4/variables/{variableId} \ --header 'x-api-key: <api-key>'
{ "variable": { "id": "<string>", "key": "<string>", "value": "<string>", "createdAt": "<string>", "dataType": "STRING", "updatedAt": "<string>" }, "error": "<string>" }
Permanently delete a variable by its ID.
API key for authentication
Variable ID
200
Response containing a single variable
A key-value variable scoped to a team or user
Show child attributes