Skip to main content
DELETE
BatchDeleteSqlTests

Authorizations

Authorization
string
header
required

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

Query Parameters

ids
string[]

IDs of the SqlTests to delete.

Response

200 - application/json

Success

errors
DeleteError · object[]

IDs that were not deleted, with the reason for each. Empty when everything in the request was deleted. Every other ID in the request is deleted regardless, so a caller reconciling a set can act on what failed without retrying what did not.