Request

The <deleteDomain> 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 <deleteDomain> 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

<deleteDomain ent="subscriberRouting" ns="dsr" [resonly="resonly"] [id="id"] [timeout="timeout"]>
    <domain>domainIdentifier</domain>
[
    <domain>domainIdentifier</domain>
          …
    <domain>domainIdentifier</domain>
]
</deleteDomain>

Request Parameters

Table 5-29 <deleteDomain> Parameters (XML)

Parameter Description Values
ent The entity name within the global schema. subscriberRouting
ns The namespace within the global schema. dsr
resonly (Optional) Indicates whether the response should consist of the result only, without including the original request in the response.

y - only provide the result, do NOT include the original request (default).

n - include the original request in the response.

id (Optional) Transaction ID value provided in request and passed back in the response. 1 to 4294967295
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.