Skip to main content

Delete Template

DELETE 

/template/:template_id

The Delete Template API provides you with the ability to remove a specific template from the templates. If a template is no longer needed

Request

Path Parameters

    template_id stringrequired

    ID of the template that needs to be deleted

Responses

Template deleted successfully!

Schema

    objectId string
    deletedAt date
Loading...