abn.Remove

This job removes subscriptions to objects from the database. Various combinations of parameters can be used — for example, if the Station parameter is specified, only entries for that station are deleted.

1. Input Parameters

Name Type Required Description

Flags

INT

Yes

Currently not supported — pass 0.

ObjectID

INT

Yes

ID of the document whose subscription should be removed

ObjectType

INT

Yes

Type of the object

[User]

STRING

No

Name of the user to be notified

[UserID]

STRING

No

User GUID of the subscription admin when removing system subscriptions

[GroupID]

STRING

No

ID of the group for which the subscription was defined

[Product]

STRING

No

String describing the program instance of the subscription to be removed (for refining the search)

[Station]

STRING

No

String describing the user station of the subscription to be removed (for refining the search)

[Alias]

STRING

No

Alias of the document whose subscription should be removed (max. 255 characters)

2. Return Value

(INT): 0 = Job successful, otherwise error code.

See also: abn.Add