Skip to content

deleteList(__)

daneden edited this page Jan 19, 2022 · 1 revision

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

Types
Global Variables
Global Functions
Extensions
Clone this wiki locally