Authorization: ********************
curl --location --request DELETE 'https://prod.your-api-server.com/api/v1/templates/2' \ --header 'Authorization: Bearer <token>'
{ "deleted": true, "id": 5 }