Delete a Client Identity

This topic provides an example of the XML to use with the AdminApi.adminSet method to delete a client identity.

Method: sntl_admin_set (context, action, &return_status)

action (request)

action delete

<?xml version="1.0" encoding="UTF-8"?>
<admin>
  <cloud_licensing>
    <delete>
      <identity>
          <element identity_code="I4H6DUJ"/>
      </identity>
    </delete>
  </cloud_licensing>
</admin>

Related Topics

Managing Cloud Licensing

XML Tags for Admin API Methods