deleteList(__) - daneden/Twift GitHub Wiki

deleteList(_:)

Enables the authenticated user to delete a List that they own.

public func deleteList(_ listId: List.ID)

Parameters

  • listId: The ID of the List to be deleted.

Returns

A response object containing the result of the delete request