cURL
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" }
This endpoint is rate limited to 900 requests /15m or 12 requests /10s.
id
100000
Segment ids deleted successfully.
Was this page helpful?