EGP NFT Interaction Service
  1. EVM Contract Interactions
EGP NFT Interaction Service
  • Overview
  • EVM Contract Interactions
    • Get Stored Contract ABI
      GET
    • Delete Contract Registration
      DELETE
    • Get All Registered Contracts
      GET
    • Register Contract
      POST
  • EVM & SPL Contract Subscription
    • Subscribe to Contract Events / Monitor Solana Collection
      GET
  • SPL DAS API
    • Get Solana Asset (DAS)
      GET
    • Get Solana Asset Batch (DAS)
      POST
    • Get Solana Asset Proof (DAS)
      GET
    • Get Solana Asset Proof Batch (DAS)
      POST
    • Get Solana Assets By Authority (DAS)
      GET
    • Get Solana Assets By Creator (DAS)
      GET
    • Get Solana Assets By Group (DAS)
      GET
    • Get Solana Assets By Owner (DAS)
      GET
    • Get Solana NFT Editions (DAS)
      GET
    • Get Solana Signatures For Asset (DAS)
      GET
    • Get Solana Token Accounts (DAS)
      GET
    • Search Solana Assets (DAS)
      GET
  1. EVM Contract Interactions

Delete Contract Registration

DELETE
/api/v1/nftcontract/delete
Removes a contract registration and its stored ABI from the database.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'https://egpnfts.srblabs.io/api/v1/nftcontract/delete?network&contractAddress'
Response Response Example
204 - Example 1
{}

Request

Query Params

Responses

🟢204No Content
application/json
Contract registration deleted successfully
Body

🟠400Bad Request
🟠404Record Not Found
🔴500Server Error
Modified at 2025-05-01 04:52:40
Previous
Get Stored Contract ABI
Next
Get All Registered Contracts
Built with