Account Delete (me)
POST https://{{hostname}}/3/account/me/delete?client_id={{clientId}}
Delete the account of the auth'd user with delete feedback.
note: password is left blank to avoid accidental account deletion, to delete account you must add account password to body.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
client_id | string |
Request Body
{"password"=>"", "reasons"=>["Reason #1", "Reason #2"], "feedback"=>"MOAR CATGIFS"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Authorization | string |