Bulk delete groups

Permanently removes groups from an organization (members are not deleted, only the group).

Example request body:

["5aa8a1fe-4ed4-44db-a6ae-78645a20ae21", "4d7c56e1-6af7-45da-b8ed-88b75b03ecc3"]
Request
header Parameters
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 Accept-Encoding: gzip header to compress responses as a gzipped file. It can significantly reduce the bandwidth required for a response. If specified, Zuora automatically compresses responses that contain over 1000 bytes of data, and the response contains a Content-Encoding header with the compression algorithm so that your client can decompress it.

Content-Encoding
string

This header is returned if you specify the Accept-Encoding: gzip request header and the response contains over 1000 bytes of data.

Note that only the following MIME types support gzipped responses:

  • application/json
  • application/xml
  • text/html
  • text/csv
  • text/plain
Authorization
string

The value is in the Bearer {token} format where {token} is a valid OAuth token generated by calling Create an OAuth token.

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 (:), semicolon (;), double quote ("), and quote (').

Zuora-Entity-Ids-Single
string
Request Body schema: application/json
required
Array
string <uuid>
Responses
200

OK

201

Created

401

Unauthorized

403

Forbidden

404

Not Found

post/scim/v2/Groups/delete
Request samples
application/json
[
  • "497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
Response samples
application/json
{
  • "schemas": [
    ],
  • "totalResults": 2,
  • "Resources": [
    ]
}