cURL
curl --request DELETE \ --url https://api.opal.dev/v1/idp-group-mappings/{app_resource_id}/groups/{group_id} \ --header 'Authorization: Bearer <token>'
Deletes an IdpGroupMapping object.
IdpGroupMapping
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the Okta app.
The ID of the group.
The IDP group mapping was successfully deleted.
Was this page helpful?