latestSwagger 2.02026-08-101561322.2 MB

3e4029d19684

Templates

Delete templates (bulk)

<a class="try-sandbox-link" href="https://sandbox.textmagic.com/#/Templates/deleteTemplatesBulk" target="_blank">Try in sandbox</a><br>Delete templates by given IDs or delete all templates.

post/api/v2/templates/delete

Request body

idsstring

Entity ID(s), separated by comma.

allboolean

Entity ID(s), separated by comma.

Example request

{
  "ids": "1,2,3",
  "all": true
}

Response

Request executed with success.