Removes every delegate/delegator pair found associated with a given delegate address. The
signature is built the same way as for adding a delegate, but in this case the signer can be
either the `delegator` (owner) or the `delegate` itself. Check `POST /delegates/` to learn more.
delegates
Delegates_Destroy_2 is an example object payload from Safe (Gnosis Safe), with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
{
"operationId": "delegates_destroy_2",
"method": "DELETE",
"path": "/tx-service/eth/api/v2/delegates/{delegate_address}/",
"summary": "",
"description": "Removes every delegate/delegator pair found associated with a given delegate address. The\nsignature is built the same way as for adding a delegate, but in this case the signer can be\neither the `delegator` (owner) or the `delegate` itself. Check `POST /delegates/` to learn more.",
"tags": [
"delegates"
],
"parameters": [
{
"name": "delegate_address",
"in": "path",
"required": true,
"description": "",
"schema": {
"type": "string"
}
}
],
"responses": {
"204": {
"description": "Deleted",
"content": {}
},
"400": {
"description": "Malformed data",
"content": {}
},
"404": {
"description": "Delegate not found",
"content": {}
},
"422": {
"description": "Invalid Ethereum address/Error processing data",
"content": {}
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.