Investor Representative Documents Removal
This endpoint allows removing documents associated with a representative of a previously registered investor.
Request
ENDPOINT
/investor_management/investor/INVESTOR-KEY/investor_representative/INVESTOR-REPRESENTATIVE-KEY/document/DOCUMENT-KEYMETHOD
DELETEPath Params
| Field | Type | Description | Characters |
|---|---|---|---|
INVESTOR-KEY | string | Unique investor key (UUID v4). | 36 |
INVESTOR-REPRESENTATIVE-KEY | string | Unique investor representative key (UUID v4). | 36 |
DOCUMENT-KEY | string | Unique key of the document to be removed (UUID v4). | 36 |
Response
STATUS
204No content is returned in the response body.