Issuer Representative Document Removal
This endpoint allows removing documents associated with a representative of a previously registered issuer.
Request
ENDPOINT
/issuer_management/issuer/ISSUER-KEY/issuer_representative/ISSUER-REPRESENTATIVE-KEY/document/DOCUMENT-KEYMETHOD
DELETEPath Params
| Field | Type | Description | Characters |
|---|---|---|---|
ISSUER-KEY | string | Unique issuer key (UUID v4). | 36 |
ISSUER-REPRESENTATIVE-KEY | string | Unique issuer 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.