# Delete Image Validation Test Delete a specific image validation test by its unique test ID. This endpoint allows you to remove an image validation test from the system. If the test ID does not exist, the appropriate error message is returned. Endpoint: DELETE /v1/inspect/images/{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 401 fields (application/json): - `message` (string, required) ## Response 404 fields (application/json): - `message` (string, required)