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.

DELETE
/v1/environments/{environmentId}

Authorization

Authorization<token>

API key authentication. Allowed headers-- "Authorization: ApiKey <api_key>".

In: header

Path Parameters

environmentIdRequiredstring

The unique identifier of the environment

Header Parameters

idempotency-keystring

A header for idempotency purposes

Response Body

curl -X DELETE "https://api.novu.co/v1/environments/string" \
  -H "idempotency-key: string" \
  -H "Authorization: <token>"
Empty

On this page

No Headings
Edit this page on GitHub