curl --request POST \
--url https://beaconcha.in/api/v2/validator-dashboards/{dashboard_id}/validators/bulk-deletions \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"validators": [
{}
]
}
'This response has no body data.Remove specific validators from a specified dashboard in bulk.
curl --request POST \
--url https://beaconcha.in/api/v2/validator-dashboards/{dashboard_id}/validators/bulk-deletions \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"validators": [
{}
]
}
'This response has no body data.Use your API key as a Bearer token, e.g. Bearer <your-api-key>
The ID of the dashboard.
validators: Provide an array of validator indices or public keys that should get removed from the dashboard.
Was this page helpful?