Deletes a Guest user from kintone.
If you would like to remove a user from a Guest Space without deleting their account, use the Update Guest Members API.
If you would like to remove a user from a Guest Space without deleting their account, use the Update Guest Members API.
Method | DELETE |
URL | https://{subdomain}.kintone.com/k/v1/guests.json |
Authentication | Password Authentication |
Content-Type | application/json |
Permissions
- Only kintone Administrators can use this API.
Request Parameters
Parameter | Value | Required | Description |
guests | Array | Yes | A list of email addresses of Guest users. Upto 100 Guests can be deleted. |
Sample Request
Response Parameters
An empty JSON object will be returned.
Sample Response
Limitations
- The on/off settings of the Space or Guest Space features do not affect this API.
- Note that his API is not for removing a user from a Guest Space - it is used to delete the Guest User account.