Skip to content

Delete Code Analysis Test

Request

Deletes all versions of a code analysis test by test ID.

Security
basicAuth
Path
test_idstringrequired

The ID of the code analysis test to delete

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

Responses

A 200 response

Bodyapplication/json
messagestringrequired

Response message

Response
{ "message": "Test <id> has been successfully deleted." }