Delete Order TemplateCopy Pagedelete https://api.prahsys.com/payments/n1/merchant/{merchantId}/order-template/{templateId}Delete an order template by its ID. Templates are soft-deleted and can be restored.Path ParamsmerchantIdstringrequiredThe merchant IDtemplateIdstringrequiredThe string identifier for the template.HeadersX-Prahsys-VersionstringResponses 200Order template deleted successfully (Order Deleted Example) 400Validation error response (Validation Error Example) 401Authorization error response (Unauthorized Example) 500Error response (Server Error Example)Updated about 17 hours ago