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