Skip to main content
DELETE
/
console
/
v1
/
segments
/
{id}
/
id_list
Remove IDs from Segment
curl --request DELETE \
  --url https://statsigapi.net/console/v1/segments/{id}/id_list \
  --header 'Content-Type: application/json' \
  --header 'STATSIG-API-KEY: <api-key>' \
  --data '
{
  "ids": [
    "<string>"
  ]
}
'
{
  "message": "IDs successfully removed from Segment ID List"
}

Authorizations

STATSIG-API-KEY
string
header
required

Path Parameters

id
string
required

id

Body

application/json
ids
string[]
required
Maximum array length: 100000

Response

Segment ids deleted successfully.

message
string