Skip to content

Delete environment variable

Deletes an environment variable by key.

DELETE
/v1/environment-variables/{variableKey}

Authorization

Authorization<token>

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

In: header

Path Parameters

variableKeyRequiredstring

The unique key of the environment variable (e.g. BASE_URL)

Header Parameters

idempotency-keystring

A header for idempotency purposes

Response Body

The environment variable has been deleted.

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

On this page

No Headings
Edit this page on GitHub