Bulk delete variables
Variables
Bulk Delete Variables
Soft-delete multiple variables in one request by name.
DELETE
Bulk delete variables
Documentation Index
Fetch the complete documentation index at: https://docs.envless.cloud/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Personal access key from https://app.envless.cloud/keys. Pass as Authorization: Bearer ev_live_....
Path Parameters
The project's slug.
The environment's slug.
Body
application/json
Variable names to delete. Max 200 per request.
Required array length:
1 - 200 elementsExample:
["OLD_FLAG", "DEPRECATED_KEY"]