Skip to main content
DELETE
Delete Multiple Products

Authorizations

REFINE_API_KEY
string
header
required

API key for authentication

Path Parameters

orgId
string<uuid>
required

Organization ID (UUID)

catalogId
string<uuid>
required

Catalog ID (UUID)

Body

application/json

Array of product IDs to delete. If empty or not provided, ALL products will be deleted.

Example:

Response

Products deleted successfully

status
enum<string>
Available options:
success
Example:

"success"

message
string
Example:

"products uploaded"

count
integer

Number of products affected

Example:

2