DELETE
/
tags
/
{id}
/
removeFromProfiles
Remove tag from profiles
curl --request DELETE \
  --url https://api.gologin.com/tags/{id}/removeFromProfiles \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "browserIds": [
    "<string>"
  ]
}'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Id of the profile.

Body

application/json