GET Test Destroy Method

This method destroys test with id <id> and returns status.

Syntax:

GET /api/test/<id>/destroy

Curl

$> curl 'http://localhost:8080/api/test/5907bc514445534540360000/destroy' -H 'Authorization: Basic YWRtaW46YWRtaW4='

Raw Request

GET /api/test/5907bc514445534540360000/destroy HTTP/1.1

Host: localhost:8080

Authorization: Basic YWRtaW46YWRtaW4=

Response Body

{

"status":true

}

 

This topic was last updated on 2月 01, 2019, at 11:13:23 午前.

Eggplant icon Eggplant.io | Documentation Home | User Forums | Support | Copyright © 2019 Eggplant