Platform API
After removing from the blacklist
Synchronize a blacklist removal.
HTTP request
POST {WEBHOOK_ADDRESS}/callbackAfterRemoveBlackCommandRequest body
| Property | Type | Description |
|---|---|---|
| callbackCommand | string | callbackAfterRemoveBlackCommand. |
| ownerUserID | string | Blacklist owner |
| blackUserID | string | User removed from the blacklist |
Response
Return HTTP success promptly. The relationship operation is already complete and cannot be changed by this response.
Processing rules
- Configuration key:
afterRemoveBlack. - Process idempotently using the relationship key and
operationID.
Was this page helpful?