Openapi
Delete environment
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.
Authorization<token>
In: header
Response Body
curl -X DELETE "https://loading/v1/manage/workspaces/{workspaceId}/environments/{environmentId}"Empty
Update environment PATCH
Updates the environment's mutable fields such as its display name. The slug cannot be changed after creation.
List deliveries GET
Returns delivery attempts for the scoped environment. Filter by `status`, `channel`, `provider`, `notificationId`, or `recipientExternalId`. Each delivery record tracks the full lifecycle from pending through sent, delivered, opened, clicked, bounced, or failed.