DELETE
/
v1
/
tags
/
{id}
Delete private set tag
curl --request DELETE \
  --url https://api.rated.network/v1/tags/{id} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.
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>
Available options:
mainnet,
hoodi,
holesky

Path Parameters

id
string<uuid4>
required

Response

204

Successful Response