- Docs
- Api%2Freference%2Ftemplates%2FDeleteTemplate
Delete a template
Remove a template from the system by providing its unique ID.
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": {}
}