Delete Groups
Deletes Groups from a Kintone environment.
| Method | DELETE |
|---|---|
| URL | https://{subdomain}.kintone.com/v1/groups.json |
| Authentication | API Token Authentication , Password Authentication , Session Authentication |
| Content-Type | application/json |
Contents
Permissions
Only Administrators can use this API.
For more information on Administrators, refer to the following article:
Types of Administrators
Request Parameters
| Parameter | Value | Required | Description |
|---|---|---|---|
| codes | Array of Strings | Yes | An array of Group codes. The maximum limit is 100. |
Sample Request
JavaScript using kintone.api()
|
|
curl Sample
|
|
Response Parameters
An empty JSON object will be returned.
Sample Response
|
|
Limitations
- It is not recommended to run this API while performing the following operations on the Users & System Administration page:
- Updates to groups on the Groups (or Roles) page
For more information on Groups (or Roles), refer to the following article:
Managing Groups (or Roles) - Importing from a file
- Updates to groups on the Groups (or Roles) page