curl --request DELETE \
--url https://api.dfns.io/networks/{network}/validators/{validatorId} \
--header 'Authorization: Bearer <token>' \
--header 'X-DFNS-USERACTION: <api-key>'{
"id": "cv-7jeof-m584r-p35ucm37ko3cqgts",
"orgId": "or-30tnh-itmjs-s235s5ontr3r23h2",
"network": "Canton",
"kind": "Shared",
"dateCreated": "<string>",
"partyHint": "<string>",
"name": "<string>"
}Delete a specific Canton Validator configuration.
curl --request DELETE \
--url https://api.dfns.io/networks/{network}/validators/{validatorId} \
--header 'Authorization: Bearer <token>' \
--header 'X-DFNS-USERACTION: <api-key>'{
"id": "cv-7jeof-m584r-p35ucm37ko3cqgts",
"orgId": "or-30tnh-itmjs-s235s5ontr3r23h2",
"network": "Canton",
"kind": "Shared",
"dateCreated": "<string>",
"partyHint": "<string>",
"name": "<string>"
}CustomerEmployee)EndUser)Networks:CantonValidators:Delete: Always required.Bearer Token: Used to authenticate API requests. More details how to generate the token: Authentication flows
User Action Signature: Used to sign the change-inducing API requests. More details how to generate the token: User Action Signing flows
canton, canton-devnet, canton-testnet 1 - 64^cv-[a-z0-9]{5}-[a-z0-9]{5}-[a-z0-9]{14,16}$Success
1 - 64^cv-[a-z0-9]{5}-[a-z0-9]{5}-[a-z0-9]{14,16}$"cv-7jeof-m584r-p35ucm37ko3cqgts"
Organization id.
1 - 64^or-[a-z0-9]{5}-[a-z0-9]{5}-[a-z0-9]{14,16}$"or-30tnh-itmjs-s235s5ontr3r23h2"
Canton, CantonDevnet, CantonTestnet Shared, Custom Was this page helpful?