cURL
curl --request DELETE \ --url 'https://api.trysiren.io/api/v1/public/template/{{template_id}}' \ --header 'Authorization: <authorization>'
{ "data": { "templateId": "UUID" // Template ID that was deleted }, "error": null, "errors": null, "meta": null }
Delete an existing template
Bearer {{apiToken}}
200
400
401
404
Was this page helpful?