removeNotifyRequest

Remove a NotifyEntry element. See createNotifyRequest. --For GroupWise 8.0 SP1 and later.

Request

<removeNotifyRequest>
  <id type=”types:”uid”/>
</removeNotifyRequest>

Response

<removeNotifyResponse>
  <status type=”types:Status” />
</removeNotifyResponse>

Elements

id

Specifies the ID of the NotifyEntry element to remove.

code

Specifies the error number related to the request. 0 indicates that the request was successful.

status

Returns the success or failure of the method.

Example

<removeNotifyRequest>
  <id>4D3D6590.domain.PO1.100.1776172.1.25C8C.1@78</id>
</removeNotifyRequest>

<removeNotifyResponse>
  <status>
    <code>0</code>
  </status>
</removeNotifyResponse>