Databases
Delete Env
Delete env by UUID.
delete/databases/{uuid}/envs/{env_uuid}
Path parameters
uuidstring required
UUID of the database.
env_uuidstring required
UUID of the environment variable.
Response
Environment variable deleted.
Example response
{
"message": "Environment variable deleted."
}Changes
Changed in 2 of the 55 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
- ▲