====== Deleting one event with a certain id ====== This interface can be used to delete a single event of the current user. ===== Authentication required ===== Yes ===== Response ===== JSON ===== Method ===== POST ===== Resource URL ===== http://api.learning-context.de/3/events/delete ===== Parameters ===== The sent JSON object //data// should contain the following parameter: ==== id ==== The ID of the event that should be deleted. ===== Example ===== ==== Request ==== <code js-script> data={ "id":12345 } </code> ==== 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]].