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