deleteSelf
DELETE https://{{host}}/api/v1/self
To delete ones account and every associated with it. The effects:
- the account would be deleted
- any orphaned Org (that only has this account as admin) will be deleted
- 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
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | ||
X-CSRFToken | string | ||
Content-Type | string |
RESPONSES
status: OK
""