SignWell · Example Payload

Deletetemplate

Deletes a template. Supply the unique template ID from either a Create Template request or template page URL.

Template

Deletetemplate is an example object payload from SignWell, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummarydescriptiontagsparameters

Example Payload

Raw ↑
{
  "operationId": "deleteTemplate",
  "method": "DELETE",
  "path": "/api/v1/document_templates/{id}",
  "summary": "Delete Template",
  "description": "Deletes a template. Supply the unique template ID from either a Create Template request or template page URL.",
  "tags": [
    "Template"
  ],
  "parameters": [
    {
      "name": "id",
      "in": "path",
      "required": true,
      "description": ""
    }
  ]
}