Club.UnfollowClubAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes the calling user as a follower of the specified club.
public Windows.Foundation.IAsyncOperation<Windows.Foundation.Collections.IVectorView<Microsoft.Xbox.Services.Clubs.ClubRole>> UnfollowClubAsync ();
abstract member UnfollowClubAsync : unit -> Windows.Foundation.IAsyncOperation<Windows.Foundation.Collections.IVectorView<Microsoft.Xbox.Services.Clubs.ClubRole>>
override this.UnfollowClubAsync : unit -> Windows.Foundation.IAsyncOperation<Windows.Foundation.Collections.IVectorView<Microsoft.Xbox.Services.Clubs.ClubRole>>
Public Function UnfollowClubAsync () As IAsyncOperation(Of IVectorView(Of ClubRole))
Returns
An IVectorView containing the roles the calling user now has with the club.
Implements
Microsoft.Xbox.Services.Clubs.__IClubPublicNonVirtuals.UnfollowClubAsync
Remarks
Calls V1 DELETE clubroster.xboxlive.com/clubs/{clubId}/users/{userId}/roles/Follower