# Delete Emailpreview Test V2

Deletes the specified test and its content checking. Once it is deleted, it cannot be recovered.

Endpoint: DELETE /v2/preview/tests/{test_id}
Version: 1.0.0
Security: basicAuth

## Path parameters:

  - `test_id` (string, required)
    Test to delete

## Response 200 fields (application/json):

  - `success` (boolean, required)

## Response 400 fields (application/json):

  - `Reason` (string, required)

## Response 401 fields (application/json):

  - `Reason` (string, required)

## Response 500 fields (application/json):

  - `message` (string, required)
    Response message

## Response default fields (application/json):

  - `error` (object)

  - `error.name` (string)

  - `error.message` (string)


