POST
/
rpc
/
Collections
/
DeleteContractCollection
curl --request POST \
  --url https://metadata.sequence.app/rpc/Collections/DeleteContractCollection \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "projectId": 30957,
  "chainId": 80002,
  "contractAddress": "0x477566e9ade2dfa69f066f909e36ad617a2adef7"
}'
{
  "ok": true
}

Authorizations

Authorization
string
header
required

Secret JWT token for authenticating requests obtained from Sequence Builder - should not be exposed publicly.

Body

application/json
projectId
number
chainId
number
contractAddress
string

Response

200
application/json
OK
ok
boolean