Deletes a template by id.
https://dns-name/template/deleteRequest Body
{
"id": "string"
}Request Parameters
| Name | Type | Description |
|---|---|---|
| id | STRING (UUID) REQUIRED | Template unique identifier |
Response Body
{
"status": "string"
}Response Parameters
| Name | Type | Description |
|---|---|---|
| status | STRING REQUIRED | «Success» string |
HTTP Code default:
| Error occurred |
{
"status": "string",
"code": 0,
"message": "string"
}| Name | Type | Description |
|---|---|---|
| status | STRING REQUIRED | «Error» string |
| message | STRING REQUIRED | Human-readable error message in English |
| code | INTEGER REQUIRED | API Error code |