Delete a test
Deletes a single test result.
delete/tests/{test_id}
Path parameters
test_idstring required
Response
200
Example response
{
"status": "success",
"message": "Test deleted."
}Deletes a single test result.
200
{
"status": "success",
"message": "Test deleted."
}