# Delete Spam Test (V1)

Permanently deletes the spam test and its results.

Endpoint: DELETE /v1/inspect/spam/{spam_test_id}
Version: 1.0.0
Security: basicAuth

## Path parameters:

  - `spam_test_id` (string, required)
    ID of the spam test to delete

## 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


