curl --request DELETE \
--url https://apix.spotzee.com/api/client/lists/{listId} \
--header 'Authorization: Bearer <token>'trueArchives the list on first call; a second call against an already-archived list permanently deletes it.
curl --request DELETE \
--url https://apix.spotzee.com/api/client/lists/{listId} \
--header 'Authorization: Bearer <token>'trueDocumentation Index
Fetch the complete documentation index at: https://docs.spotzee.com/llms.txt
Use this file to discover all available pages before exploring further.
Project-scoped secret API key (sk_…). Pass in the Authorization: Bearer <key> header. Grants access to the project the key was issued for.
Numeric list identifier.
91
Returns true once the operation completes.
Returns true when the list has been archived or fully deleted.
Was this page helpful?