← Back to API Reference

DELETE /templates/{id}

Delete Template

Compatibility endpoint to delete template data.

Request (cURL)

curl -X DELETE "http://localhost:8080/v1/templates/id_123" \
  -H "Authorization: Bearer <API_KEY>" \
  -H "Content-Type: application/json" \
  -d '{}'

Response Example

{}

Request Body Example

{}