Skip to content

Delete Image Validation Test

Request

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

Security
basicAuth
Path
idstringrequired

The unique identifier of the test.

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

Responses

A 200 response

Bodyapplication/json
messagestringrequired

Response message

Response
{ "message": "Image validation test with test id <id> has been successfully deleted." }