Back to API List Removes users from an account.Documentation Index
Fetch the complete documentation index at: https://koreai.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
This API requires a JWT generated by an application created only from the Admin Console.
| Property | Value |
|---|---|
| Method | DELETE |
| Endpoint | https://{{host}}/api/public/users |
| Content Type | application/json |
| Authorization | auth: {{JWT}} — See How to generate the JWT Token. |
| API Scope | App Builder: Not Applicable; Admin Console: User Management > User Management |
Path Parameters
| Parameter | Description |
|---|---|
host | Environment URL, for example, https://platform.kore.ai |
Sample Request
Body Parameters
| Parameter | Description |
|---|---|
deleteEmailIds or orgUserIds | Array of email addresses or org user IDs for users to remove. |