Skip to content

Delete Accessibility Test

Request

Delete a specific accessibility test by its unique test ID. This endpoint allows you to remove an accessibility 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/accessibility/{id}'

Responses

A 200 response

Bodyapplication/json
messagestringrequired

Response message

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