Burn a Primary VDT
DELETE/public-api/v1/vdt/burn
Queues an organization-authorized Primary VDT burn for asynchronous blockchain execution.
Details :
- Requires the dedicated vdt.burn scope.
- entityId is the Primary VDT business entity ID, not a ledger ID.
- The blockchain platform is set to Polygon by the service.
- QUEUED confirms acceptance and does not mean the blockchain transaction is finalized.
Request
Responses
- 200
- 401
- 500
Primary VDT burn request queued successfully.
Unauthorized – Invalid or missing token.
Internal Server Error