Delete a query
DeleteAssessmentQuery removes a query by ID.
By default, this operation does not delete assessments that are currently included in a report. Set the force
option to true
to delete an assessment regardless of its usage in reports.
Sample request:
Sample response:
A successful response will be empty:
Last updated