Bulk Delete Products

Deletes all products for the specified merchant.

Warning: This operation is destructive and cannot be undone. The response indicates how many records were deleted, attempted, and failed, and whether more items remain — large catalogues may require multiple invocations to fully clear.

SecurityOAuth2-Production or OAuth2-Demo
Request
path Parameters
merchant_id
required
string

The merchant identifier the product belongs to.

header Parameters
x-api-key
required
string

Your Carriyo API key for authentication.

tenant-id
required
string

Your unique tenant identifier in Carriyo.

Responses
200

Bulk delete summary.

delete/products/{merchant_id}/bulk
Request samples
Response samples
application/json
{
  • "deleted_count": 0,
  • "attempted_count": 0,
  • "failed_count": 0,
  • "reason": "string",
  • "result": "accepted",
  • "more_items_available": true
}