====== Deleting a user ====== This interface can be used to delete a user and all of the associated data that the user produced. ===== Authentication required ===== Yes, please take a look at [[version_3:authentication|Authentication]]. To keep it simple, only the //data// parameter is mentioned on this page, but keep in mind that the other parameters are also necessary. ===== Response ===== JSON ===== Method ===== POST ===== Resource URL ===== http://api.learning-context.de/3/user/delete ===== Parameters ===== The JSON object //data// is not necessary here since there is no need to transfer any parameters. ===== Example ===== ==== Request ==== <code js-script> data={ } </code> or do not transfer //data// at all. ==== Response ==== <code js-script> { "APIVersion":3, "result":1 } </code> In case of an error, a different response is sent. Please take a look at [[version_3:errors|Error Responses]].