Delete a template by ID. Only the owner (user or organization) can delete their templates.
The template is soft-deleted and will no longer appear in list results.
cURL
curl --request DELETE \ --url https://api.superdocs.app/v1/templates/{template_id} \ --header 'Authorization: Bearer <token>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response