Deletes a clinical from the Memdoc Server. The user has to be logged in before attempting to invoke this operation.
- Identify the form record to be deleted. The web service operation search form can be of use in identifying the form data record id that is to be deleted.
- Call server.deleteFormData providing the server session id and the form data id to be deleted. Note that for this action to be successful, the targeted form must not be in a submitted state and the user issuing the delete must have delete rights on the form.
See server.SOAP-Request-Reply for an illustration of this operation.