Deletes users from a Kintone environment.
Method | DELETE |
URL | https://{subdomain}.kintone.com/v1/users.json |
Authentication | Password Authentication |
Content-Type | application/json |
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
Response Parameters
An empty JSON object will be returned.