Previous Topic: Fields in a Delete Request

Next Topic: Extended Request

Example of a Delete Request

The following request deletes the _spml_user object from the Provisioning Server:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<deleteRequest xmlns="urn:oasis:names:tc:SPML:1:0">
    <identifier type="urn:oasis:names:tc:SPML:1:0#DN">
        <id>User=_spml_user,Domain=EXAMPLE_DOMAIN,Server=Server</id>
    </identifier>
</deleteRequest>