curl --request DELETE \
--url https://api.skulabs.com/item/remove_tag \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"item_ids": [
"<string>"
],
"tag_id": "<string>"
}
'/item/remove_tag
curl --request DELETE \
--url https://api.skulabs.com/item/remove_tag \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"item_ids": [
"<string>"
],
"tag_id": "<string>"
}
'