cURL
curl --request DELETE \ --url https://api.opal.dev/v1/tags/{tag_id}/users/{user_id} \ --header 'Authorization: Bearer <token>'
Removes a tag from a user.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the tag to remove.
The ID of the user to remove the tag from.
Tag removed from user successfully.
Was this page helpful?