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 1 lists the common error codes for <deleteSubscriberNaiResp>. See SDS Response Message Error Codes for a complete list of error codes.
<deleteSubscriberNaiResp> Error Codes (XML)
Error Code Description
SUCCESS The delete request was successfully completed.
NO_UPDATES All of the records were already deleted from 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.