# Delete Accessibility Test Delete a specific accessibility test by its unique test ID. This endpoint allows you to remove an accessibility test from the system. If the test ID does not exist, the appropriate error message is returned. Endpoint: DELETE /v1/inspect/accessibility/{id} Version: 1.0.0 Security: basicAuth ## Path parameters: - `id` (string, required) The unique identifier of the test. ## Response 200 fields (application/json): - `message` (string, required) Response message ## Response 401 fields (application/json): - `message` (string, required) Response message ## Response 404 fields (application/json): - `message` (string, required) Response message