Delete an environment
Delete an environment by its unique identifier environmentId. This action is irreversible and will remove the environment and all its associated data.
Authorization
Authorization<token>API key authentication. Allowed headers-- "Authorization: ApiKey <novu_secret_key>".
In: header
Path Parameters
environmentIdRequiredstringThe unique identifier of the environment
Header Parameters
idempotency-keystringA header for idempotency purposes
Response Body
Empty
Update an environment PUT
Update an environment by its unique identifier **environmentId**. You can modify the environment name, identifier, color, and other configuration settings.
List all environments GET
This API returns a list of environments for the current organization. Each environment contains its configuration, API keys (if user has access), and metadata.