Delete template

DELETE
https://reloop.sh/api/template/v1/:id

Path Parameters

idstringRequired
import Reloop from 'reloop-email';

const reloop = new Reloop("rl_123456789");

await reloop.template.delete("tpl_123456789");
{
  "success": true,
  "id": "con_123456789"
}

Was this page helpful?

Edit this page