Removes a callback registered on an account.
Request parameters
* denotes a required field
Parameter
|
Example
|
SessionID*
|
The session Id obtained fromdoLogin()
|
String
|
|
Type*
|
1 - New comments and replies to comments 2 - Comment action set or changed 3 - Decision made or changed 4 - Proof state changed (locked / unlocked) 5 - Proof opened 6 - Proof processed 7 - proof trashed (since API version 14.9) 8 - proof deleted (since API version 14.9) 9 - proof archived (since API version 14.19) 10 - proof unarchived (since API version 14.19) 20 - User created 21 - User activated 22 - User deactivated 23 - User deleted
|
String
|
2
|
AccountID
|
The target account. If not mandatory and not provided the account is obtained from the SessionID.
|
Int
|
53456
|
Response parameters
boolean indicating if the callback was successfully removed
|