curl --request DELETE \
--url https://api.platform.dakota.xyz/accounts/onramp/{id} \
--header 'x-api-key: <api-key>'{
"code": "invalid_request",
"message": "The request was invalid. Please check your input and try again.",
"details": {
"field": "amount",
"issue": "must be greater than 0"
}
}Delete an onramp account - Temporarily disabled and will return 400 response. Please contact support if you need to delete an account.
curl --request DELETE \
--url https://api.platform.dakota.xyz/accounts/onramp/{id} \
--header 'x-api-key: <api-key>'{
"code": "invalid_request",
"message": "The request was invalid. Please check your input and try again.",
"details": {
"field": "amount",
"issue": "must be greater than 0"
}
}The unique identifier of the onramp account. KSUID is a 27-character globally unique ID that combines a timestamp with a random component. Used for all entity identifiers in the Dakota platform.
27"1NFHrqBHb3cTfLVkFSGmHZqdDPi"
Onramp account deleted successfully