Delete Categories
Products
Delete Categories
Delete categories by id. Each one’s child categories and products move up to its parent, then it is removed. Returns per-item results — the batch never fails as a whole. Rejection reasons: not_found, name_conflict (a child moving up would clash with an existing sibling name).
POST
Delete Categories
Authorizations
Body
Required array length:
1 - 1000 elementsPattern:
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$Required if using a company api key
Example:
"or_f45b94ba-5e35-4982-93ed-285e72ee14eb"
