Delete template

Delete a template from company.

The request method is DELETE. If you use GET or POST it will not have the desired effect.

Delete template

DELETE https://api.zapsign.com.br/api/v1/templates/{{template_token}}/

Headers

Name
Type
Description

Authorization*

string

apiToken ahead of the "Bearer" text.

Ex: Bearer c7f35c84-7893-4087-b4fb-d1f06c23

{
    "message": "Template successfully deleted."
}

Request

Last updated

Was this helpful?