/
/Documenso API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Updated on 2026-09-03
  • getGet all documents
  • postUpload a new document and get a presigned URL
  • getGet a single document
  • deleteDelete a document
  • getDownload a signed document when the storage transport is S3
  • getGet all templates
  • postCreate a new template and get a presigned URL
  • getGet a single template
  • deleteDelete a template
  • postCreate a new document from an existing template
  • postCreate a new document from an existing template
  • postSend a document for signing
  • postRe-send a document for signing
  • postCreate a recipient for a document
  • deleteDelete a recipient from a document
  • patchUpdate a recipient for a document
  • postCreate a field for a document
  • deleteDelete a field from a document
  • patchUpdate a field for a document

Delete a template

This endpoint is deprecated, but will continue to be supported. For more details, see https://docs.documenso.com/developers/public-api.

delete/api/v1/templates/{id}

Path parameters

idstring required

Headers

authorizationstring required

Response

200

idnumber required
externalIdstring nullable
type'PUBLIC' | 'PRIVATE' required
titlestring required
userIdnumber required
teamIdnumber nullable
createdAtstring date-time required
updatedAtstring date-time required

Changes