/v1/environment/{environmentId}

DELETE <baseUrl>/v1/environment/{environmentId}

DELETE Delete Environment by ID

Delete an environment by its unique identifier.

Responses

204 Environment deleted successfully.

GET Get Environment by ID

Retrieve a specific environment by its unique identifier.

Responses

200 Environment retrieved successfully.

OPTIONS Options for environment by ID

Responses

200 Options successful. Returns allowed HTTP methods.

PATCH Patch Environment by ID

Partially update an existing environment by its unique identifier.

Responses

200 Environment patched successfully.

PUT Update Environment by ID

Update an existing environment by its unique identifier.

Responses

200 Environment updated successfully.

Security

  • apiKeyAuth [apiKey]
    API Key authentication. Use the X-API-KEY header (generated from the Vaktum portal) to authenticate directly to a workspace.
    In: header
    Name: X-API-KEY
  • bearerAuth [http]
    OAuth2 authentication. Use the Authorization header with a Bearer token. Also provide X-WORKSPACE-ID header for workspace context.
    Scheme: bearer
    Bearer Format: JWT