deleteSelf

DELETE https://{{host}}/api/v1/self

To delete ones account and every associated with it. The effects:

  1. the account would be deleted
  2. any orphaned Org (that only has this account as admin) will be deleted
  3. along with all data with Org (sites, wlans, devices) will be gone.

Request Body

{"email"=>"test@mistsys.com", "password"=>"foryoureyesonly", "first_name"=>"John", "last_name"=>"Smith", "org_name"=>"TestCompany", "recaptcha"=>"see https://www.google.com/recaptcha/", "referer_invite_token"=>"Dm2gtT8dwMeM4Bc2E8FLIaA96VHOjPat", "return_to"=>"http://mist.zendesk.com/hc/quickstart.pdf", "account_only"=>false, "allow_mist"=>false, "invite_code"=>"MISTROCKS"}

HEADERS

KeyDatatypeRequiredDescription
Acceptstring
X-CSRFTokenstring
Content-Typestring

RESPONSES

status: OK

""