Platform API
After deleting a friend
Synchronize a deleted friendship.
HTTP request
POST {WEBHOOK_ADDRESS}/callbackAfterDeleteFriendCommandRequest body
| Property | Type | Description |
|---|---|---|
| callbackCommand | string | callbackAfterDeleteFriendCommand. |
| ownerUserID | string | Relationship owner |
| friendUserID | string | Deleted friend |
Response
Return HTTP success promptly. The relationship operation is already complete and cannot be changed by this response.
Processing rules
- Configuration key:
afterDeleteFriend. - Process idempotently using the relationship key and
operationID.
Was this page helpful?