Delete Users
Deletes users from a Kintone environment.
Method | DELETE |
---|---|
URL | https://{subdomain}.kintone.com/v1/users.json |
Authentication | Password Authentication, Session Authentication |
Content-Type | application/json |
Contents
Permissions
Only
Administrators
can use this API.
Request Parameters
Parameter | Value | Required | Description |
---|---|---|---|
codes | Array | Yes | An array of user codes of users to be deleted. Up to 100 codes can be specified. |
Sample Request
JavaScript (using Kintone REST API Request)
|
|
XMLHttpRequest
|
|
Response Parameters
An empty JSON object will be returned.
Sample Response
|
|
Limitations
- It is not recommended run this API while performing the following operations on the Users & System Administration page:
- Updates to users on the
Departments & Users
page
- Importing from a file
- Updates to users on the
Departments & Users