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
ID of the deleted test
Status of the deletion operation
Was this page helpful?