boundry.
RegionSydney, Australia
Documentation/deleteTemplate
DELETE/templates/{template_id}

deleteTemplate

Authentication

This operation does not declare an authentication requirement in the API contract.

Path parameters

NameTypeDescription
template_idrequiredstring

Request examples

request.sh
bash
curl --request DELETE 'https://api.au.boundry.dev/templates/string' \
+  -H 'Authorization: Bearer $BOUNDRY_API_KEY' \
+

200 response

Deletion confirmed

FieldTypeDescription
idrequiredstring

deletedrequiredboolean

Values: true.

response.jsonExample response
application/json
{
  "id": "string",
  "deleted": true
}