Path parameters

  • id integer Required

    Mail ID number

Responses

  • 200 application/json

    Resposne with a text message field.

    Hide response attribute Show response attribute object
    • text string Required

      Response text

  • 401 application/json

    Unauthorized

    Hide response attributes Show response attributes object
    • code string Required
    • message string Required
GET /mail/{id}/cancel
curl \
 --request GET 'https://my.interserver.net/apiv2/mail/{id}/cancel' \
 --header "X-API-KEY: $API_KEY"
Response examples (200)
{
  "text": "You were successfull."
}
Response examples (401)
{
  "code": "string",
  "message": "string"
}