cURL
curl --request DELETE \ --url https://statsigapi.net/console/v1/gates/{id}/overrides \ --header 'STATSIG-API-KEY: <api-key>'
{ "passingUserIDs": [ "passing-user" ], "failingUserIDs": [ "failing-user" ] }
Optional header to respect review settings for mutation endpoints.
id
Delete Gate Override Success
A simple string explaining the result of the operation.
A single result. Contract for overrides
Show child attributes
Was this page helpful?