deleteRole

Deletes a specified role.

Applies to Clouds and Integration Appliances.

Parameter:

role
The specified roleName to delete.
Returns:
True if the role is deleted.

Examples:

The following example is a SOAP request to delete a role.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:sec="http://www.approuter.com/schemas/2008/1/security">
 <soapenv:Header>
  <sec:sessionId>B0097A43C5527FA552C3DDBA7EF74CE9</sec:sessionId>
 </soapenv:Header>
 <soapenv:Body>
  <sec:deleteRole>
   <sec:role>jobmonitor</sec:role>
  </sec:deleteRole>
 </soapenv:Body>
</soapenv:Envelope>
The following example is the SOAP response to the request.
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
 <S:Body>
  <ns2:deleteRoleResponse xmlns:ns2="http://www.approuter.com/
  schemas/2008/1/security" xmlns:ns3="http://www.approuter.com/schema/
  router/1000/security/03">
   <ns2:success>true</ns2:success>
  </ns2:deleteRoleResponse>
 </S:Body>
</S:Envelope>



Feedback | Notices


Timestamp icon Last updated: Tuesday, 27 September 2016


http://pic.dhe.ibm.com/infocenter/wci/v7r0m0/topic/com.ibm.wci.api.doc/ci00012.html