cURL
curl --request DELETE \ --url https://app.loadforge.com/api/v2/tests/{test_id} \ --header 'Authorization: Bearer <token>'
{ "test_id": 123, "status": "<string>" }
Delete an existing test
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of test to delete
Test deletion response
The response is of type object.
object
Was this page helpful?