Disable a Client Identity

This topic provides an example of the XML to use with the setConfig method to disable a client identity.

NOTE   A client identity can also be disabled as part of an Update action.

Method: sntl_admin_set (context, action, &return_status)

action (request)

action update

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

where:

Related Topics

Managing Cloud Licensing

XML Tags for Admin API Methods