Browse Platform API
Platform API

After deleting a friend

Copy

Synchronize a deleted friendship.

HTTP request

POST {WEBHOOK_ADDRESS}/callbackAfterDeleteFriendCommand

Request body

PropertyTypeDescription
callbackCommandstringcallbackAfterDeleteFriendCommand.
ownerUserIDstringRelationship owner
friendUserIDstringDeleted 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.