Skip to main content
DELETE
/
v1
/
tags
/
{id}
Delete private set tag
curl --request DELETE \
  --url https://api.rated.network/v1/tags/{id} \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "msg": "<string>",
      "type": "<string>",
      "loc": [
        "<string>"
      ]
    }
  ]
}
This endpoint removes all validators from a private set then deletes the private set tag itself.

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>
default:mainnet
Available options:
mainnet,
hoodi,
holesky

Path Parameters

id
string<uuid4>
required

Response

Successful Response