Issuer Documents Removal
This endpoint allows removing documents submitted for issuer registration.
Request
ENDPOINT
/issuer_management/issuer/ISSUER-KEY/document/DOCUMENT-KEYMETHOD
DELETEPath Params
| Field | Type | Description | Characters |
|---|---|---|---|
ISSUER-KEY | string | Unique issuer 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.