Delete a template

Remove a template from the system by providing its unique ID.

DELETE
/templates/{templateId}
AuthorizationBearer <token>

In: header

Path Parameters

templateId*string

Unique identifier of the template

Response Body

application/json

application/json

application/json

curl -X DELETE "https://api-testnet.dual.network/templates/string"
{
  "id": "string"
}
{
  "code": 0,
  "message": "string",
  "details": {}
}
{
  "code": 0,
  "message": "string",
  "details": {}
}