Endpoint
Authorization
Include your API key in the request header:Path Parameters
The unique identifier of your application. You can find this in your Virtus Cloud dashboard URL.
Body Parameters
An array of environment variable key names to delete. For example:
["TEST", "DATABASE_URL"]. Keys that do not exist are silently ignored.Response
Indicates the outcome of the request. Returns
"success" when the operation completes without errors.A flat object containing the environment variables that remain on the application after the requested keys have been removed.
Examples
Response Example
Keys that do not exist in the current set of variables are silently ignored and will not cause an error. To remove all variables at once, use the Overwrite endpoint and pass an empty
envs object.