GuidesRecipesAPI Reference
Log In
Guides

Delete multiple investors' information

Value
DescriptionDeactivate 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}
MethodPOST
Request ParametersscopeId: The scope ID in which you want to deactivate investor list.
Request BodyArray of investor internal id.
Responses200 (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.
ReferenceLink

Request body example

Response body example