# Delete Link Validation Test

Delete a specific link validation test by its unique test ID. This endpoint allows you to remove a link validation test from the system. If the test ID does not exist, the appropriate error message is returned.

Endpoint: DELETE /v1/inspect/links/{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


