curl --request POST \
--url https://api.mentionlab.io/api/tags/unlink/many \
--header 'Content-Type: application/json' \
--header 'x-organisation-id: <x-organisation-id>' \
--header 'x-project-id: <x-project-id>' \
--data '
{
"tagIds": [
1,
2,
3
],
"queryIds": [
"01234567-89ab-cdef-0123-456789abcdef",
"12345678-9abc-def0-1234-56789abcdef0"
]
}
'