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 |
|---|---|---|---|
|
INT |
Yes |
Currently not supported — pass |
|
INT |
Yes |
ID of the document whose subscription should be removed |
|
INT |
Yes |
Type of the object |
|
STRING |
No |
Name of the user to be notified |
|
STRING |
No |
User GUID of the subscription admin when removing system subscriptions |
|
STRING |
No |
ID of the group for which the subscription was defined |
|
STRING |
No |
String describing the program instance of the subscription to be removed (for refining the search) |
|
STRING |
No |
String describing the user station of the subscription to be removed (for refining the search) |
|
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