-
Okta API
-
Groups
- Postman
Follow the steps in the video below:
- Install Postman and integrate it with Okta
- After it is installed, download the desired collections.
-
Use the Groups (Okta API) / Remove Group API call:
DELETE {{url}}/api/v1/groups/{{groupId}}Removes a group of
OKTA_GROUPorAPP_GROUPtype from the organization
NOTE: It is not possible to remove groups of APP_GROUP type if they are used in a group push mapping.
4. Run the List Groups API call under the Groups collection. Then find the Group to delete and take note of the ID of the Group to delete.
5. Run the Remove Group API call; replace {{groupId}} with the group ID to be deleted found in step 4, click Send.
Related References
- Download and install Postman
- Test the Okta REST APIs using Postman
- Import a Postman Collection
- Okta Groups API Collection
