Permanently removes groups from an organization (members are not deleted, only the group).
Idempotency-Key | string Specify a unique idempotency key to ensure that a POST or PATCH request is idempotent. Do not use this header for other request types. |
Accept-Encoding | string Include the |
Content-Encoding | string This header is returned if you specify the Note that only the following MIME types support gzipped responses:
|
Authorization | string The value is in the |
Zuora-Track-Id | string <= 64 characters A custom identifier for tracing the API call. If you set a value for this header, Zuora returns the same value in the response headers. This header enables you to associate your system process identifiers with Zuora API calls, to assist with troubleshooting in the event of an issue. The value of this field must use the US-ASCII character set and must not include any of the following characters: colon ( |
Zuora-Entity-Ids-Single | string |
OK
Created
Unauthorized
Forbidden
Not Found
{- "schemas": [
- "urn:ietf:params:scim:api:messages:2.0:PatchOp"
], - "operations": [
- {
- "op": "add",
- "path": "members",
- "value": [
- {
- "value": "71d3c0ec-48db-4522-b5c9-053e051204d7"
}, - {
- "value": "62c20400-6470-4992-8a01-c181efc2ce54"
}
]
}
]
}
{- "schemas": [
- "urn:ietf:params:scim:api:messages:2.0:ListResponse"
], - "id": null,
- "externalId": null,
- "meta": null,
- "totalResults": 2,
- "resources": [
- {
- "schemas": [
- "urn:ietf:params:scim:schemas:core:2.0:Group",
- "urn:zuora:scim:schemas:1.0:GroupExtension"
], - "id": "71d3c0ec-48db-4522-b5c9-053e051204d7",
- "displayName": "test_group_22",
- "urn:zuora:scim:schemas:1.0:GroupExtension": {
- "schemas": [
- "urn:zuora:scim:schemas:1.0:GroupExtension"
], - "description": "",
- "organizationId": "5619df2e-fa8c-47fa-9c1e-16ab5af4936e",
- "active": false
}, - "meta": {
- "resourceType": "Group",
}
}, - {
- "schemas": [
- "urn:ietf:params:scim:schemas:core:2.0:Group",
- "urn:zuora:scim:schemas:1.0:GroupExtension"
], - "id": "62c20400-6470-4992-8a01-c181efc2ce54",
- "displayName": "test_group_11",
- "urn:zuora:scim:schemas:1.0:GroupExtension": {
- "schemas": [
- "urn:zuora:scim:schemas:1.0:GroupExtension"
], - "description": "",
- "organizationId": "5619df2e-fa8c-47fa-9c1e-16ab5af4936e",
- "active": false
}, - "meta": {
- "resourceType": "Group",
}
}
], - "startIndex": 1,
- "itemsPerPage": 2
}