Authorization: Bearer ********************
{ "tagIds": [ "string" ], "eventIds": [ "string" ] }
curl --location 'https://api.pitside.app/calendar/tag/unlink' \ --header 'activeTeamId;' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "tagIds": [ "string" ], "eventIds": [ "string" ] }'
{ "message": "string" }