Logo
⌘K

Delete Product Set

Delete a product set specified by its id.
Parameters

id

string

Required

Unique id of the product set to delete.
Returns

Success status of the delete operation.

DELETE

/product-sets/delete

curl -X DELETE 'https://www.artelo.io/api/open/product-sets/delete?id=116f6ad0-da58-4a2a-8240-0f6dda97ae9f' \
  -H 'Authorization: Bearer your-token'
Response
{
  "success": true
}