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
- US Mailgunhttps://api.mailgun.net/v1/inspect/images/{id}
- EU Mailgunhttps://api.eu.mailgun.net/v1/inspect/images/{id}
curl -i -X DELETE \
-u '<username>:<password>' \
'https://api.mailgun.net/v1/inspect/images/{id}'Response
{ "message": "Image validation test with test id <id> has been successfully deleted." }