EOTF_XREF_DELETE

Use this service operation to delete values from a cross-reference map.

Alias: delete_xref_value

Type: Synchronous

Request Message: EOTF_XREF_DELETE_REQ.V1

This is an example of the soap body for the request:

<soapenv:Body>
      <xref:xrefDeleteValue>
         <xref:mapname>?</xref:mapname>
         <!--2 or more repetitions:-->
         <xref:Values>
            <xref:domain>?</xref:domain>
            <!--1 or more repetitions:-->
            <xref:element name="?"/>
         </xref:Values>
         <xref:Values>
            <xref:domain>?</xref:domain>
            <!--1 or more repetitions:-->
            <xref:element name="?"/>
         </xref:Values>
      </xref:xrefDeleteValue>
   </soapenv:Body>
Element Name Description

mapname

The name of the cross-reference map to delete values from.

Values

This element holds the cross-reference elements and values to be deleted.

domain

The name of the domain the elements are a part of.

element

This represents an element and its value.

Response Message: EOTF_XREF_RESPONSE.V1

Element Name Description

status

The status of the operation. Returns Success or Exception.

reason

If there is an exception, the reason will be returned.

responseValues

No response values are returned.