Path parameters

  • name string Required

Responses

  • 200 application/json
    Hide response attributes Show response attributes object
    • success boolean Required

      Indicates whether or not the command was successful or not.

    • text string

      Text associated with the response.

    • action string

      Optional Action relating to the response.

  • 401 application/json

    Unauthorized

    Hide response attributes Show response attributes object
    • code string Required
    • message string Required
DELETE /account/oauth/{name}
curl \
 --request DELETE 'https://my.interserver.net/apiv2/account/oauth/{name}' \
 --header "X-API-KEY: $API_KEY"
Response examples (200)
{
  "text": "Ok",
  "success": true
}
Response examples (401)
{
  "code": "string",
  "message": "string"
}