cURL
curl --request DELETE \ --url https://api.formo.so/v0/contracts/{chain}/{address} \ --header 'Authorization: Bearer <token>'
{ "isSuccess": true, "data": null }
Remove a tracked smart contract by chain and address. Stops event ingestion for the contract and removes it from your project configuration.
Workspace API key (e.g. formo_xxx). Create one in the Formo dashboard under Team Settings > API Keys.
formo_xxx
Contract deleted