cURL
curl --request DELETE \ --url https://api.mobileboost.io/tests \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "organisationId": "<string>", "testId": "<string>", "testIds": [ "<string>" ] } '
Delete one or more test cases by ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response