Response

This is the start of your topic.

The <deleteDomainResp> response returns the result of the request to delete domain identifiers. There is a single result that applies to all domain identifiers supplied. Either all domain identifiers were successfully deleted, or no deletes were made.

Note:

If applying all of the delete requests results in no database records being deleted (because they already did not exist in the database), the NO_UPDATES error code is returned and the number of affected records is 0.

Response Format

The syntax for the <deleteDomainResp> request is shown here. For more information, see XML Response Messages.
lengthInBytes
<deleteDomainResp [id="id"]>
[
    originalXMLRequest
]
    <res error="error" affected="affected" [description="description"]/>
</deleteDomainResp>

Response Parameters

The parameters for all of the response commands are shown in XML Response Messages.

Response Error Codes

Table 5-30 lists the common error codes for the <deleteDomainResp> response. See SDS Response Message Error Codes for a full list of error codes.

Table 5-30 <deleteDomainResponse> Error Codes (XML)

Error Code Description
SUCCESS The update request was successfully completed.
NO_UPDATES The request does not have an update to the database.
TOO_MANY_ADDR Too many address values supplied.
NO_DOMAIN_VAL No Domain Identifier value supplied.