TaliwareTaliware Developer

Delete a smart contract

https://developer.taliware.com/api/v1/cl2c/contract

Back to all CL2C endpoints

Complete endpoint URL
deletehttps://developer.taliware.com/api/v1/cl2c/contract
DELETE
/cl2c/contract
x-api-key<token>

In: header

contractIdstring

Response Body

curl -X DELETE "https://developer.taliware.com/api/v1/cl2c/contract" \  -H "Content-Type: application/json" \  -d '{    "contractId": "string"  }'
{
  "message": "string",
  "deletedContract": {
    "id": "string",
    "name": "string"
  }
}
{
  "error": "string",
  "details": [
    "string"
  ]
}
{
  "error": "string",
  "details": [
    "string"
  ]
}
{
  "error": "string",
  "details": [
    "string"
  ]
}
{
  "error": "string",
  "details": [
    "string"
  ]
}
Delete a smart contract