POST
/
v1
/
tags
/
{id}
/
validators
/
remove
Remove multiple validator pubkeys from a tag
curl --request POST \
  --url https://api.rated.network/v1/tags/{id}/validators/remove \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "pubkeys": [
    "0x00..",
    "0x01..."
  ]
}'
This response does not have an example.
Note that removing a validator key from a tag has the same impact on the historical performance of the private set as exiting your key from a cluster would ie, the exited key still impacts the historical view of the set’s perfomance.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Rated-Network
enum<string>
Available options:
mainnet,
hoodi,
holesky

Path Parameters

id
string
required

Body

application/json

Response

204

Successful Response