{
"input": {
"locationId": "TG9jYXRpb246MTY4NjA=",
"tag": "Old"
}
}
curl --location --request POST 'https://api.synup.com/api/v4/locations/tags/remove' \
--header 'Authorization: API T9V35W3xxxxxxxxxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"input": {
"locationId": "TG9jYXRpb246MTY4NjA=",
"tag": "Old"
}
}'
{
"data": {
"removeTag": {
"clientMutationId": null,
"errors": [],
"success": true,
"tag": {
"id": "8e1ddaa4-6230-4b29-8107-6ad1b7b33fca",
"name": "Old"
}
}
}
}