curl --location --request DELETE 'https://api.getcalico.com/platform/v1/provider' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"providerId": "ethereum",
"walletAddress": "0xF684986e3bB52204B16A83Fe239E9908e806d007"
}'{}