Ellipsis APIReferenceSandbox variables

Delete Sandbox Variable

Delete a sandbox variable by name. Refused for sandbox tokens; mutations require an API key or user token.

DELETE
/v1/variables/{name}

Delete a sandbox variable by name.

Refused for sandbox tokens; mutations require an API key or user token.

Authorization

HTTPBearer
AuthorizationBearer <token>

In: header

Path Parameters

name*Name

Header Parameters

user-agent?string|null

Response Body

application/json

application/json

curl -X DELETE "https://example.com/v1/variables/string"
{  "variables": [    {      "created_at": "2019-08-24T14:15:22Z",      "name": "string",      "updated_at": "2019-08-24T14:15:22Z"    }  ]}