Delete Contract

How to delete an NFT contract/collection.

Request Endpoint: reference

DELETE /api/v2/contracts/{secretType}/{contractAddress}
ParameterParam TypeDescriptionData TypeMandatory
{secretType}PathThe blockchain of the contractString
{contractAddress}PathThe contract address you want to delete.String

Example Request:

DELETE /api/v2/contracts/MATIC/0xa90da02f49880320e4bb237c8ce0d2f4f42bfbd5

Response

👍

You will get a 200 OK response indicating the contract has been deleted successfully.