The deleteRequest message is an instance of the delete element, which contains the bsrURI of the object to be deleted.
The definition of the delete operation is as follows.
<wsdl:operation name="delete">
<wsdl:input name="deleteRequest" message="impl:deleteRequest"/>
<wsdl:output name="deleteResponse" message="impl:deleteResponse"/>
<wsdl:fault name="ServiceRegistryWebServiceException"
message="impl:ServiceRegistryWebServiceException"/>
</wsdl:operation>
The deleteResponse message is an instance of the deleteResponse element, which is empty. If the delete succeeds, no information is returned.
Examples are provided in the following subtopic: