cURL
curl --request DELETE \ --url https://beaconcha.in/api/v2/validator-dashboards/{dashboard_id}/groups/{group_id}/validators \ --header 'Authorization: <api-key>'
This response has no body data.
Delete all validators from a specified group in a specified validator dashboard.
Use your API key as a Bearer token, e.g. Bearer <your-api-key>
Bearer <your-api-key>
The ID of the dashboard.
The ID of the group.
Was this page helpful?