Skip to main content
Use DELETE /v1/products/lists/{list_id} to permanently delete a product list. The response confirms deletion with the list ID and a "deleted" status.
Deleting a list is permanent and cannot be undone. The list and all its stored product IDs are removed immediately. If you need the list later, recreate it using POST /v1/products/lists.

Request

Endpoint: DELETE /v1/products/lists/{list_id}

Headers

string
required
Your API key as a Bearer token: Bearer {your_api_key}.

Path parameters

string
required
The unique identifier of the list to delete.

Example request

cURL

Response

A 200 OK response confirms the list has been deleted.

Response fields

string
The ID of the list that was deleted.
string
Confirmation of the deletion. Always "deleted" on a successful request.
object