DELETE
/
v1
/
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

200
application/json

Product deleted successfully

The response is of type object.