Go to primary content
Oracle® Communications Diameter Signaling Router Subscriber Database Server Provisioning Interface
Release 8.3
E93213
Go To Table Of Contents
Contents

Previous
Previous
Next
Next

Response

The delete domain response is returned as a generic <ns2:sdsResult> response. This <ns2:sdsResult>> response returns the result of the request to delete domain identifier values. There is a single result that applies to all domain identifier values supplied. The response returns the number actually deleted. Any that do not exist are not included in the count. However, if any actual delete fails, then the whole command fails and no changes are 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 response is displayed between the <SOAP-ENV:Body> and </SOAP-ENV:Body> XML tags as shown in SOAP Response Messages.
<ns2:sdsResult affected="affected" error="error" [description="description"]>
</ns2:sdsResult>

Response Parameters

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

Response Error Codes

Table 9-28 lists common error codes for this command. See SDS Response Message Error Codes for a complete list of error codes.

Table 9-28 <deleteDomainResponse> Error Codes (SOAP)

Error Code Description
SUCCESS The update request was successfully completed.
NO_UPDATES The request does not have an update to the database.
DOMAIN_IDENTIFIER_NOT_FOUND Domain Identifier does not exist.