Collateral Removal from Operation
This endpoint allows the removal of collaterals associated with an operation.
Collateral Removal (DELETE)
Request
ENDPOINT
/commercial_paper/operation/OPERATION-KEY/collateral/COLLATERAL-KEYMETHOD
DELETEPath Params
| Field | Type | Description | Max Characters |
|---|---|---|---|
OPERATION-KEY * | string | Unique operation key (UUID v4). | 36 |
COLLATERAL-KEY * | string | Unique key of the collateral to be removed (UUID v4). | 36 |
Response
STATUS
204No content is returned in the response body.