Endpoint
Authentication
Requires a Personal API Access Token.Header
Request
Headers
| Header | Value | Required |
|---|---|---|
| Authorization | Bearer | Yes |
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| projectName | string | Yes | Project name |
| apiProxyGroupName | string | Yes | API Proxy Group name |
| environmentName | string | Yes | Environment name to undeploy from |
Request Body
None.Response
Success Response (200 OK)
Error Response (400 Bad Request)
cURL Example
Notes and Warnings
-
Group Undeployment:
- All API Proxies in the group are undeployed together
- Group-level settings are also removed
-
Environment Must Exist:
- Environment must exist and be accessible
Permissions
- User must have
API_MANAGEMENT+DEPLOY_UNDEPLOYpermission in the project
Related Documentation
- Deploy API Proxy Group - Deploy group to environment
- List Environments - List environments for group

