Abandon Experiment
Reference for the PUT /console/v1/experiments/{id}/abandon endpoint of the Statsig API.
put
https://statsigapi.net/console/v1/experiments/{id}/abandonAuthorizations
STATSIG-API-KEYstringrequiredapiKey (header)
Path parameters
idstringrequiredid
Body
application/jsondecisionReasonstringrequiredThe reason for making the decision to update the experiment status
Example:
Your reason for stopping earlyResponse
application/json200· Abandon Experiment Success
Other properties1
messagestring400· Experiment has not yet started
statusintegerrequiredAllowed values:
400messagestringrequired401· This endpoint only accepts an active CONSOLE key, but an invalid key was sent. Key: console-xxxXXXxxxXXXxxx
statusintegerrequiredAllowed values:
401messagestringrequired404· Experiment not found.
statusintegerrequiredAllowed values:
404messagestringrequiredWas this helpful?