Skip to main content
DELETE
Delete products (bulk)

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
productIds
string[]
required

Array of product IDs to delete

Required array length: 1 - 100 elements
Required string length: 1 - 100
Example:

Response

Successful response after deleting a product

status
string
Example:

"success"

data
object