Unlink from Brand
POST
https://shop-api.imbeltagy.tech/products/staff/unlink-brand
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://shop-api.imbeltagy.tech/products/staff/unlink-brand' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"productId": "",
"subcategoryId": ""
}'
Response Response Example
{}
Request
Header Params
Authorization
string
required
Example:
Bearer {{token}}
Body Params application/json
Responses
Modified at 2025-06-21 01:15:40