provider Feature Flags DELETE /api/v2/feature-flags/environments/{environment_id}
@utdk/datadog /api/v2/feature-flags/environments/{environment_id}
Delete an environment
Deletes an environment. This operation cannot be undone.
environment_id path required
The ID of the environment.
string

Try it

Authentication
Configure credentials for Datadog API V2 Collection
deletefeatureflagsenvironment
DELETE/api/v2/feature-flags/environments/{environment_id}
Deletes an environment. This operation cannot be undone.

Parameters

required

The ID of the environment.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import datadog from '@utdk/datadog';

await datadog.deletefeatureflagsenvironment()