TaliwareTaliware Developer

Delete a smart contract record

https://developer.taliware.com/api/v1/cl2c/contract/{id}

Back to all CL2C endpoints

Complete endpoint URL
deletehttps://developer.taliware.com/api/v1/cl2c/contract/{id}
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"
  ]
}
Delete a smart contract record