Service: zimbraAdmin

Command: DeleteXMPPComponent
Namespace: urn:zimbraAdmin
Description: Delete an XMPP Component
Properties:
Authorization token required true
Admin Authorization token required true

DeleteXMPPComponentRequest

    <DeleteXMPPComponentRequest> ## DeleteXMPPComponentRequest
        <xmppcomponent by="{xmpp-comp-selector-by} (id | name | serviceHostname)">{value}</xmppcomponent> ## XMPPComponentSelector
    </DeleteXMPPComponentRequest>

elements and attributes you can define within a <DeleteXMPPComponentRequest> element:

XPath Required / Optional Description
/xmppcomponent Required (only 1) Type: {value}
XMPP Component details
Description for element text content:The key used to identify the XMPP component. Meaning determined by {xmpp-comp-selector-by}
/xmppcomponent@by Required (only 1) Type: id | name | serviceHostname
Select the meaning of {xmpp-comp-selector-key}

DeleteXMPPComponentResponse

    <DeleteXMPPComponentResponse /> ## DeleteXMPPComponentResponse