DELETE /rest/api/2/group

Deletes a group.

Permissions required: Site administration (that is, member of the site-admin strategic group).

Servers

Query parameters

Name Type Required Description
groupId String No

The ID of the group. This parameter cannot be used with the groupname parameter.

swapGroup String No

As a group's name can change, use of swapGroupId is recommended to identify a group.
The group to transfer restrictions to. Only comments and worklogs are transferred. If restrictions are not transferred, comments and worklogs are inaccessible after the deletion. This parameter cannot be used with the swapGroupId parameter.

groupname String No
swapGroupId String No

The ID of the group to transfer restrictions to. Only comments and worklogs are transferred. If restrictions are not transferred, comments and worklogs are inaccessible after the deletion. This parameter cannot be used with the swapGroup parameter.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.