Delete Contract
Deleting an NFT contract will remove it from all API responses, making it inaccessible through any API calls. Additionally, you will no longer be able to create token types under a deleted contract.
Request Endpoint: reference
HTTP
DELETE /api/v2/contracts/{secretType}/{contractAddress}
Parameter
Param Type
Description
Data Type
Mandatory
{secretType}
Path
The blockchain of the contract
String
✅
{contractAddress}
Path
The contract address you want to delete.
String
✅
Example Request:
HTTP
DELETE /api/v2/contracts/MATIC/0xa90da02f49880320e4bb237c8ce0d2f4f42bfbd5
Response
👍You will get a 200 OK response indicating the contract has been deleted successfully.
Last updated