cURL
curl --request DELETE \ --url 'https://api.example.com/experiments/{experiment_id}?HAIQU_API_KEY='
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Delete experiment action endpoint.
Args: experiment_id (str): ID of the experiment. user (User): User authenticated with api key.
Returns: Response: 200 if OK, 404 if no such experiment exists.
Successful Response