Skip to main content
DELETE
/
lists
/
{listId}
Delete a list
curl --request DELETE \
  --url https://apix.spotzee.com/api/client/lists/{listId} \
  --header 'Authorization: Bearer <token>'
true

Documentation Index

Fetch the complete documentation index at: https://docs.spotzee.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Project-scoped secret API key (sk_…). Pass in the Authorization: Bearer <key> header. Grants access to the project the key was issued for.

Path Parameters

listId
integer | null

Numeric list identifier.

Example:

91

Response

Returns true once the operation completes.

Returns true when the list has been archived or fully deleted.