Lists
Delete a list
Deletes the list and everyone on it. This cannot be undone.
DELETE
Delete a list
Authorizations
An API token. The "read" ability: GET routes only. "read + write": every route.
Headers
Replay a write safely: the same key gives back the first answer for 24 hours (header Idempotent-Replay: true).
Maximum string length:
255Path Parameters
The list's identifier (uuid).
Response
Deleted.