VibeHost
API referenceWorkspacesWorkspaceidAppsAppidEnv

/workspaces/{workspaceId}/apps/{appId}/env

DELETE
/workspaces/{workspaceId}/apps/{appId}/env

Authorization

bearerAuth env:write
AuthorizationBearer <token>

In: header

Scope: env:write

Path Parameters

workspaceId*string
appId*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X DELETE "https://example.com/workspaces/string/apps/string/env" \  -H "Content-Type: application/json" \  -d '{    "key": "string"  }'
Empty