cURL
curl --request DELETE \ --url https://api.gologin.com/tags/{id}/removeFromProfiles \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "browserIds": [ "<string>" ] }'
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Id of the profile.