3.2.4.3 Delete

A server processes a Delete request upon receiving a SOAP message specifying the following URI as the SOAP action.

http://schemas.xmlsoap.org/ws/2004/09/transfer/Delete

This operation is specified by the following WSDL.

 <wsdl:operation name="Delete">
     <wsdl:input 
           message="DeleteRequestMessage" 
           wsa:Action="http://schemas.xmlsoap.org/ws/2004/09/transfer/Delete" />
     <wsdl:output
           message="DeleteResponseMessage" 
   wsa:Action="http://schemas.xmlsoap.org/ws/2004/09/transfer/DeleteResponse" />
 </wsdl:operation>

Unlike the Get and Put operations, the IMDA protocol extensions do not specify any new messages or processing rules for the Delete operation, and therefore the IdentityManagementOperation SOAP header is not used on Delete requests. Instead, IMDA simply extends the specification for WS-Transfer Delete by permitting the server to return any of the SOAP faults specified in section 3.1.4.2.