The article provides a tutorial on deleting groups in Okta with the Rockstar Browser Extension's API explorer.
- Groups
- API
- Rockstar Browser Extension
- Open the unwanted group in Okta so the group ID can be grabbed from the URL.
- Open the Rockstar Browser Extension and click on the API Explorer.
- Select Delete and from the dropdown
/api/v1/groups/${groupId}.
- Remove
${groupId}and replace it with the group ID, then click Send.
- The response should be the
204 nocontent.
- When refreshing the group, the following should display, for confirmation that the group is deleted.
