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 <deleteSubscriberNaiResp> response returns the result of the request to delete subscriber routing entities. A single result that applies to all routing entities supplied. Either all routing entities were successfully deleted, or no deletes were made.

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

lengthInBytes
<deleteSubscriberNaiResp [id="id"]>
[
    originalXMLRequest
]
    <res error="error" affected="affected" [description="description"]/>
</deleteSubscriberNaiResp>

Response Parameters

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

Response Error Codes

Table 10-23 lists the common error codes for <deleteSubscriberNaiResp>. See SDS Response Message Error Codes for a complete list of error codes.

Table 10-23 <deleteSubscriberNaiResp> Error Codes (XML)

Error Code Description
SUCCESS The delete request was successfully completed.
NO_UPDATES The record does not exist in the database.
NAI_HOST_NOT_FOUND Host name does not exist.
TOO_MANY_NAI Too many NAI values supplied.
NO_NAI_VAL No NAI value supplied.