Request

The <deleteSubscriberNaiRequest> message deletes NAI routing entities. Each NAI value is defined as a combination of a NAI host and NAI user value. For example, "John.Smith@oracle.com" would have "John.Smith" as the NAI user value and "oracle.com" as the NAI host value. The <deleteSubscriberNaiRequest> removes the NAI user value, but does not affect the NAI host value.

Semantic Rules

Request Format

The request must be inserted between the <soapenv:Body> and </soapenv:Body> XML tags of a SOAP request message, as shown in SOAP Request Messages.
<deleteSubscriberNaiRequest [timeout="timeout"]>
    <naiList>
        <host>host</host>
        <user>user</user>
     [
        <user>user</user>
              …
        <user>user</user>
    ]
    </naiList>
</deleteSubscriberNaiRequest>

Request Parameters

<deleteSubscriberNaiRequest> Parameters (SOAP)
Parameter Description Values
timeout (Optional)

The amount of time (in seconds) to wait before being able to perform a write if another connection is performing a write, or has a transaction open. Clients waiting to write will be processed in the order that their requests were received.

If the request is being performed within a transaction, this parameter will have no effect, as the client already has a transaction open.

0 (return immediately if not available) to 3600 seconds (default is 0).
host The host name, which is used with all user values. A string with 1 to 64 characters.
user The NAI user name to be associated with the host to form an NAI. A string with 1 to 64 characters.

Must have 1-10 user values.