---
title: "Deletes one or more signing groups."
method: DELETE
path: "/v2.1/accounts/{accountId}/signing_groups"
tags: ["SigningGroups"]
---

# Deletes one or more signing groups.

`DELETE /v2.1/accounts/{accountId}/signing_groups`

Deletes one or more signing groups in the specified account.

## Path parameters

- `accountId` string, required

## Request body

- SigningGroupInformation
  - `groups` SigningGroup[] — A collection group objects containing information about the groups.
    - `created` string — The UTC DateTime when the signing group was created. This property is read-only.
    - `createdBy` string — The name of the user who created the signing group. This property is read-only.
    - `errorDetails` ErrorDetails — This object describes errors that occur. It is only valid for responses and ignored in requests.
      - `errorCode` string — The code associated with the error condition.
      - `message` string — A brief message describing the error condition.
    - `groupEmail` string — The email address for the signing group. You can use a group email address to email all of the group members at the same time.
    - `groupName` string — The name of the group.
    - `groupType` string — The type of the group. The only valid value for this request is `sharedSigningGroup`.
    - `modified` string — The UTC DateTime when the signing group was last modified. This property is read-only.
    - `modifiedBy` string — The user ID (GUID) of the user who last modified this user record. This property is read-only.
    - `signingGroupId` string — The ID of the [signing group](https://support.docusign.com/s/document-item?bundleId=gav1643676262430&topicId=zgn1578456447934.html).
    - `users` SigningGroupUser[] — User management information.
      - `email` string
      - `errorDetails` ErrorDetails — This object describes errors that occur. It is only valid for responses and ignored in requests.
        - `errorCode` string — The code associated with the error condition.
        - `message` string — A brief message describing the error condition.
      - `userName` string — The name of the group member. Maximum Length: 100 characters.

## Response `200`

Successful response.

## Other responses

- `400` — Error encountered.

---

[API](https://skmtc.net/docusign/apis/docusign-esignature-rest-api.md) · [All operations](https://skmtc.net/docusign/apis/docusign-esignature-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/docusign/docusign-esignature-rest-api/revisions/77f1998c313d/schema)
