Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
IDs of Testcases to delete.
Response
Testcases deleted successfully
Whether the deletion was successful.
Delete multiple Testcases by their IDs.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
IDs of Testcases to delete.
Testcases deleted successfully
Whether the deletion was successful.