latestOpenAPI 3.0.32026-08-224982,0272.8 MB
e445c15e5bee
Stablecoin
Cancel Compliance Request (Issuer)
Cancels an active compliance request. Only requests in created or pending_approval status may be cancelled. If a pending approval exists in the Wallet Platform it is rejected as part of the cancellation.
patch/api/stablecoin/v1/issuer/compliance-requests/{id}/cancel
Path parameters
idstring uuid required
Example:177dc9ed-64a7-4f68-9ba5-8d5b55fe5878
Compliance request identifier
Response
OK
Example response
{
"id": "177dc9ed-64a7-4f68-9ba5-8d5b55fe5878",
"type": "freeze",
"status": "pending_approval",
"assetId": "0438163a-d236-4865-978e-02ee7c2285b7",
"enterpriseId": "6437d9f07d6a87000613e6c06e4218d3",
"requestSource": "issuer",
"baseAsset": "usd1",
"chain": "eth",
"address": "0xd0898d88e2c08b2a95e19441e412c0a708a8bd43",
"addressLabel": "Hot Wallet A",
"createdAt": "2025-06-23T07:28:17.042Z",
"updatedAt": "2025-06-23T07:28:17.042Z",
"userId": "6437d9f07d6a87000613e6c06e4218d3",
"comments": "Suspicious activity detected",
"pendingApprovalId": "pa_123",
"bitgoTransferId": "6437d9f07d6a87000613e6c06e4218d3",
"transactionHash": "0xabcdef1234567890",
"complianceRequestHistory": [
{
"status": "pending_approval",
"actorSource": "bitgo",
"timestamp": "2025-06-23T07:28:17.042Z",
"actorId": "6437d9f07d6a87000613e6c06e4218d3"
}
]
}