DELETE
/templates/{id}
Delete Template
Compatibility endpoint to delete template data.
Compatibility endpoint to delete template data.
curl -X DELETE "http://localhost:8080/v1/templates/id_123" \
-H "Authorization: Bearer <API_KEY>" \
-H "Content-Type: application/json" \
-d '{}'
{}
{}