Skip to main content
POST
JavaScript

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
ids
string[]
required

IDs of Testcases to delete.

Response

Testcases deleted successfully

success
boolean
required

Whether the deletion was successful.