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 |
| apiProxyName | string | Yes | API Proxy name to remove |
Request Body
None.Response
Success Response (200 OK)
Notes
- If API Proxy is not a member of the group, operation still succeeds
- API Proxy is removed from the group if it is a member
Error Response (400 Bad Request)
cURL Example
Notes and Warnings
-
Idempotent Operation:
- If API Proxy is not a member, operation still succeeds
- No error is thrown if API Proxy is not in the group
-
API Proxy Not Deleted:
- API Proxy itself is not deleted
- Only the group association is removed
Permissions
- User must have
API_MANAGEMENT+MANAGEpermission in the project
Related Documentation
- Add API Proxy to Group - Add an API Proxy to group
- List API Proxy Groups - List all API Proxy Groups

