Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
IDs of the SqlTests to delete.
Response
200 - application/json
Success
The response is of type object
.
Delete SqlTests by their IDs.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
IDs of the SqlTests to delete.
Success
The response is of type object
.