Delete a Contract
The following endpoint may be used if you have to delete a contract. It should be noted that this operation is irreversible and thus should be conducted with a lot of care.
Endpoint: DELETE /api/contracts/{contractId}
In response, the contract and all associated NFTs will be deleted.
Last updated