Detach products from a category
POST
https://api.tamio.com/v2/categories/products/detach/{uuid}
Detaches one or more products from a category. Products are identified by their UUIDs and must be unique within the request. Up to 100 products can be detached per request.
Path Parameters
uuid
string*
UUID of the category to detach products from.
Body Parameters
products
array of string*
Array of product UUIDs to detach. Must contain unique values.
Example
{
"products": [
"d4e5f6a1-b2c3-7890-abcd-ef1234567890"
]
}
Responses
200
Products detached successfully
Products detached successfully
status
integer
category
Category
400
| Code | Description |
| Code | Description |
|---|---|
1002 | Category not found |
10322 | One or more products not found or do not belong to your account |
status
integer
error
string
error_code
integer
401
Unauthorized – invalid or missing Bearer token
Unauthorized – invalid or missing Bearer token
status
integer
error
string