Remove Template
Deletes the specified template by its name.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
businessnamestringRequired
The businessname provided in Pingueen API section
template_namestringRequired
The name of the template to delete.
Responses
200
Successful deletion of the template.
application/json
successbooleanOptionalExample:
truedelete
/user/templates/{template_name}200
Successful deletion of the template.
Last updated