<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
How to Delete Unwanted Groups Using the Rockstar Browser Extension
Okta Classic Engine
Okta Identity Engine
Lifecycle Management
Overview

The article provides a tutorial on deleting groups in Okta with the Rockstar Browser Extension's API explorer.

Applies To
  • Groups
  • API 
  • Rockstar Browser Extension
Solution
  1. Open the unwanted group in Okta so the group ID can be grabbed from the URL.
  2. Open the Rockstar Browser Extension and click on the API Explorer.
  3. Select Delete and from the dropdown /api/v1/groups/${groupId}.

API Explorer

  1. Remove ${groupId} and replace it with the group ID, then click Send.

API Explorer

  1. The response should be the 204 nocontent.

API Explorer

  1. When refreshing the group, the following should display, for confirmation that the group is deleted.

404 Error

 

Loading
How to Delete Unwanted Groups Using the Rockstar Browser Extension