Skip to main content
DELETE
/
v1
/
products
Delete products
curl --request DELETE \
  --url https://api.quickbutik.com/v1/products \
  --header 'Authorization: Basic <encoded-value>'
{
  "success": 1,
  "errors": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

API key authentication using Basic Auth. Use your API key as both username and password. See the Authentication guide for complete setup instructions.

Query Parameters

product_id
string
required

ID of the product to delete

Response

Product deleted successfully

success
integer
Example:

1

errors
string[]