Skip to main content
DELETE
/
v1
/
models
/
{model_id}
/
variables
/
{id}
Delete a variable (soft delete)
curl --request DELETE \
  --url https://api.example.com/v1/models/{model_id}/variables/{id} \
  --header 'Authorization: Bearer <token>'
{
  "code": "001-001-0001",
  "message": "The requested resource was not found"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

model_id
integer
required

The analysis model ID

id
integer
required

The variable ID

Response

Successful Response