Skip to main content
POST
/
api
/
v2
/
validator-dashboards
/
{dashboard_id}
/
validators
/
bulk-deletions
Bulk delete validators from a dashboard
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.

Authorizations

Authorization
string
header
required

Use your API key as a Bearer token, e.g. Bearer <your-api-key>

Path Parameters

dashboard_id
integer
required

The ID of the dashboard.

Body

application/json

validators: Provide an array of validator indices or public keys that should get removed from the dashboard.

validators
object[]

Response