DELETE /rest/api/2/group
Deletes a group.
Permissions required: Site administration (that is, member of the site-admin strategic group).
Servers
- https://your-domain.atlassian.net
Query parameters
Name | Type | Required | Description |
---|---|---|---|
groupId |
String | No |
The ID of the group. This parameter cannot be used with the |
swapGroup |
String | No |
As a group's name can change, use of |
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 |
How to start integrating
- Add HTTP Task to your workflow definition.
- 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.
- Click Test request to test run your request to the API and see the API's response.