Delete approval request for a flag

DELETE
/api/v2/projects/:projectKey/flags/:featureFlagKey/environments/:environmentKey/approval-requests/:id

Delete an approval request for a feature flag.

Path parameters

projectKeystringRequired

The project key

featureFlagKeystringRequired

The feature flag key

environmentKeystringRequired

The environment key

idstringRequired

The feature flag approval request ID

Response

Action succeeded

{}
map from strings to any or null

Errors

Built with