Unlink from Product
POST
https://shop-api.imbeltagy.tech/tags/staff/unlink
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://shop-api.imbeltagy.tech/tags/staff/unlink' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"tagId": "684a7bd98e5528aa69bf3e59",
"productId": "684a7c5a8e5528aa69bf3e5f"
}'
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