Skip to main content
DELETE
/
projects
/
{projectId}
/
environments
/
{envId}
/
flags
/
{flagId}
/
value
Delete flag value
curl --request DELETE \
  --url http://localhost:3000/projects/{projectId}/environments/{envId}/flags/{flagId}/value \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

projectId
string<uuid>
required
envId
string<uuid>
required
flagId
string<uuid>
required

Response

204 - application/json

Default Response

The response is of type object.