Sazabi
APISandbox environment variables

Delete sandbox environment variable

DELETE
/sandbox-environment-variables/{key}

Delete a custom sandbox environment variable from a project by key name.

Path Parameters

key*string

Environment variable name to delete.

Match^[A-Za-z_][A-Za-z0-9_]*$
Length1 <= length <= 256

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X DELETE "https://example.com/sandbox-environment-variables/string" \  -H "Content-Type: application/json" \  -d '{}'
{  "projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",  "key": "string",  "deleted": true}