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

Request

The <deleteDomainRequest> request removes domain identifier values. For example, external identifier John.Smith@tekelec.com would have John.Smith as the local identifier value and tekelec.com as the domain identifier value. The <deleteDomainRequest> removes the domain identifier value, but only when there are no local identifier values are associated with it.

Semantic Rules

  • All domain identifier names must already exist in the database.
  • There must be one domain identifier value specified and support up to 10 values.

Request Format

<deleteDomainRequest [timeout="timeout"]>
  <domainList>
    <domain>domainIdentifier</domain>
[
    <domain>domainIdentifier</domain>
          …
    <domain>domainIdentifier</domain>
]
  </domainList>
</deleteDomainRequest>

Request Parameters

Table 9-27 <deleteDomain> 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)
domain The Domain Identifier name, which is used for configuring external identifier by associating them with local identifier values. Must have one or up to 10 domain identifier values. A string with 1 to 128 characters.