Light Logo
Variables

Delete a variable

Delete a variable by its key.

DELETE
/variables/{variable_key}
AuthorizationBearer <token>

In: header

Path Parameters

variable_keyVariable Key

Response Body

curl -X DELETE "https://api.wrift.ai/v1/variables/string"
Empty
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}