Openapi
Update environment
Updates the environment's mutable fields such as its display name. The slug cannot be changed after creation.
Authorization<token>
In: header
Response Body
curl -X PATCH "https://loading/v1/manage/workspaces/{workspaceId}/environments/{environmentId}"Empty
Get environment GET
Retrieves the environment record including its name, slug, default flag, and creation timestamp.
Delete environment DELETE
Permanently removes the environment and all its associated data including recipients, notifications, integrations, API keys, templates, and routing rules. The default environment cannot be deleted. This action is irreversible and idempotent.