DELETE /api/v1/zones/{zoneId}
Deletes a Network Zone by zoneId
Notes:
- You can't delete a Network Zone that's used by a Policy or Rule.
- For Okta Identity Engine orgs, you can't delete a Network Zone with an ACTIVE
status
.
Servers
- https://{yourOktaDomain}
Path parameters
Name | Type | Required | Description |
---|---|---|---|
zoneId |
String | Yes |
|
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.