DELETE test/…

Deletes a test definition, including all results of all users.

Resource URL

https://www.drillster.com/api/2.1.1/test/{test_id}

Parameters

Field Type Description
test_id
required
String The ID of the test definition. This defines the test itself, not the individual instances done by users.

Example value: 7OuHq7RcQOCsnGWR58TnBw

Response

An empty response is returned. The HTTP response code is 200 (OK).

Error responses

The following error situations are possible:

ID Response code Description
test_id_missing 400 (Bad request) No test ID was specified
unknown_test 404 (Not found) The specified test is unknown
no_permission 401 (Unauthorized) You don't have permission to delete this test