Alchemy Subgraphs is sunsetting on December 8, 2025. Migrate your subgraph to Ormi in seconds.
cURL
curl --request POST \ --url https://devapi.0xgraph.xyz:10100/public_api/v1/0xgraph/delete_tag \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "subgraph_name": "<string>", "version": "<string>", "tag": "<string>" } '
[ { "code": 123, "msg": "<string>", "data": {} } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Subgraph name
Version
Tag
OK
Response status code
Response data
Response message