DELETE
/
v1
/
tags
/
{id}
/
validators
/
{pubkey}
curl --request DELETE \
  --url https://api.rated.network/v1/tags/{id}/validators/{pubkey}
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.

Headers

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

Path Parameters

id
string
required
pubkey
string
required

Response

204
_mintlify/placeholder

Successful Response