Skip to main content
DELETE
Delete an environment API key
Requires an Account API key. Create one from Account API keys in the dashboard.
Deletes an Environment API key. environmentUuid is the UUID returned when the environment was created. keyUuid is the UUID returned when the key was created.

Authorizations

Authorization
string
header
required

An Environment API key from your Nango environment, or an Account API key for account-level endpoints.

Path Parameters

environmentUuid
string<uuid>
required

Environment UUID that owns the key.

keyUuid
string<uuid>
required

API key UUID returned when the key was created.

Response

Successfully deleted the Environment API key

success
boolean
required
Example:

true