action launchdarkly_delete_environment { label: "Delete an environment in a specific project." provider: launchdarkly method: DELETE path: "/projects/{projectKey}/environments/{environmentKey}" encoding: json output: { type: "object" additionalProperties: true } }