DELETE /v1/products/lists/{list_id} to permanently delete a product list. The response confirms deletion with the list ID and a "deleted" status.
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
A200 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