action circleci_delete_project_username_project_envvar_name { label: "delete_project_username_project_envvar_name" description: "Deletes the environment variable named ':name'\n" provider: circleci method: DELETE path: "/project/{username}/{project}/envvar/{name}" encoding: json output: { type: "object" properties: { message: { type: "string" enum: ["OK"] } } } }