curl --request DELETE \
--url https://api.platform.dakota.xyz/destinations/{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 a destination - Temporarily disabled and will return 400 response. Please contact support if you need to delete a destination.
curl --request DELETE \
--url https://api.platform.dakota.xyz/destinations/{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"
}
}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"
Destination deleted successfully.