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-raw '{
"providerId": "ethereum",
"walletAddress": "0xF684986e3bB52204B16A83Fe239E9908e806d007"
}'{
"data": {
"deleted": 0
},
"errors": [
{
"provider_id": "string",
"cause": "bad_request"
}
]
}