Remove subgraph
curl --request POST \ --url https://devapi.0xgraph.xyz:10100/public_api/v1/0xgraph/remove_subgraph \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>", "version": "<string>" }'
[ { "code": 123, "msg": "<string>", "data": {} } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The response is of type object[].
object[]