cURL
curl --request DELETE \ --url https://api.quickbutik.com/v1/products \ --header 'Authorization: Basic <encoded-value>'
{ "success": 1, "errors": [ "<string>" ] }
Deletes a product from the store entirely. NOTE: This is non-reversible