Skip to main content
DELETE
/
v0
/
contracts
/
{chain}
/
{address}
Delete contract
curl --request DELETE \
  --url https://api.formo.so/v0/contracts/{chain}/{address} \
  --header 'Authorization: Bearer <token>'
{
  "isSuccess": true,
  "data": null
}

Authorizations

Authorization
string
header
required

Workspace API key (e.g. formo_xxx). Create one in the Formo dashboard under Team Settings > API Keys.

Path Parameters

chain
string
required
address
string
required

Response

200 - application/json

Contract deleted

isSuccess
boolean
data
null