deleteListMember(__from_) - daneden/Twift GitHub Wiki

deleteListMember(_:from:)

Enables the authenticated user to remove a member from a List they own.

public func deleteListMember(_ userId: User.ID, from listId: List.ID)

Parameters

  • userId: The ID of the user you wish to remove as a member of the List.
  • listId: The ID of the List you are removing a member from.

Returns

A response object containing the result of this delete request