Okta Aerial
//
Delete an org from an org...
OAuth 2.0 scope:
- okta.accounts.manage
Deletes an org to an org group
Security
OAuth2(Required scopes: okta.accounts.manageokta.accounts.read)
DELETE
curl -i -X DELETE \
'https://aerial-apac.okta.com/{accountId}/api/v1/orgGroups/{groupId}/orgs' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"orgId": "string"
}'