Skip to main content
DELETE
/
projects
/
{projectId}
/
envs
/
{envId}
/
flags
/
{flagId}
/
targeting-rules
/
{ruleId}
Delete targeting rule
curl --request DELETE \
  --url http://localhost:3000/projects/{projectId}/envs/{envId}/flags/{flagId}/targeting-rules/{ruleId} \
  --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
ruleId
string<uuid>
required

Response

Default Response

The response is of type object.