Skip to main content
DELETE
/
v4
/
variables
/
{variableId}
Delete a variable
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>"
}

Authorizations

x-api-key
string
header
required

API key for authentication

Path Parameters

variableId
string
required

Variable ID

Response

200

Response containing a single variable

variable
Variable · object
required

A key-value variable scoped to a team or user

error
string | null
required