ProductsZanderAPI EndpointsApplicationsDelete applicationOn this pagePOST application/delete Delete an existing application. NoteThis is a privileged endpoint. Only authorised queries will be processed. Parameters applicationId integer The id of the application to delete. Examples TypicalMissing applicationId{ "applicationId": 12}Response{ "success": true, "message": "Deletion of application with the id 12 has been successful"}The application form has been successfully deleted.{ "applicationId": 000000}Response{ "success": false, "message": "" // TODO}TODO