Delete multiple investors' information
Value | |
---|---|
Description | Deactivate multiple investor data by scope ID and investor’s internal ID. You can retrieve an investor’s internal ID by calling the Get multiple investors API. |
Path | /api/entities/investor/multiple/deactivate/{scopeId} |
Method | POST |
Request Parameters | scopeId: The scope ID in which you want to deactivate investor list. |
Request Body | Array of investor internal id. |
Responses | 200 (OK): true 400 (Bad Request): Request body is either in incorrect format or empty. 400 (Bad Request): Scope or some investor's internalId doesn't not exist. |
Reference | Link |
Request body example
![](https://files.readme.io/7d3aaf0-response.png)
Response body example
![](https://files.readme.io/13ae256-response.png)
Updated over 1 year ago