cURL
curl --request DELETE \ --url https://api.opal.dev/v1/group-bindings/{group_binding_id} \ --header 'Authorization: Bearer <token>'
Deletes a group binding.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the group binding.
The group binding was successfully deleted.
Was this page helpful?