Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://api.voxworks.ai/api/v1/delete-list/{list_id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "list_id": "<string>" }
Soft-delete a list.
API key from Voxworks, sent as Authorization: Bearer YOUR_API_KEY.
Authorization: Bearer YOUR_API_KEY
Unique list ID.
List deleted.