TaliwareTaliware Developer

CL2C Swagger reference

Choose an endpoint, enter its required values, and inspect or send a real API request.

OpenAPI 3.0.3 · Swagger format

View or download the OpenAPI specification

21 endpoints
Complete endpoint URL
deletehttps://developer.taliware.com/api/v1/cl2c/contract/{id}

Delete a smart contract record

Remove a smart contract record from the system. Only allowed if no associated NFTs exist and the contract is not deployed.

DELETE
/cl2c/contract/{id}
x-api-key<token>

In: header

Path Parameters

idstring

The ID of the contract to delete

Response Body

curl -X DELETE "https://developer.taliware.com/api/v1/cl2c/contract/string"
{
  "message": "string",
  "deletedContract": {
    "id": "string",
    "name": "string"
  }
}
{
  "error": "string",
  "details": [
    "string"
  ]
}
{
  "error": "string",
  "details": [
    "string"
  ]
}
{
  "error": "string",
  "details": [
    "string"
  ]
}
{
  "error": "string",
  "details": [
    "string"
  ]
}
CL2C API Reference | Taliware Developer