Loading...
Delete a template for a product.
No Content
const response = await fetch('https://api.platform.softwareone.com/public/v1/products/{productId}/templates/{id}', { method: 'DELETE', headers: {}, }); const data = await response.json();
{ "type": "text", "title": "text", "detail": "text", "instance": "text" }