200 with status=deleted.curl --location --request DELETE 'https://api.getcalico.com/accounts/v2/providers' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"provider_id": "ethereum",
"wallet_address": "0xF684986e3bB52204B16A83Fe239E9908e806d007"
}'{
"data": {
"deleted": 0
},
"errors": []
}