Skip to content

Delete Spam Test (V1)

Request

Permanently deletes the spam test and its results.

Security
basicAuth
Path
spam_test_idstringrequired

ID of the spam test to delete

curl -i -X DELETE \
  -u '<username>:<password>' \
  'https://api.mailgun.net/v1/inspect/spam/{spam_test_id}'

Responses

A 200 response

Bodyapplication/json
messagestringrequired

Response message

Response
{ "message": "Spam test '67a654ba0f53254b9fdca3e2' deleted successfully" }