Remove Template

Delete a specific user template

delete

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
chevron-right
200

Successful deletion of the template.

application/json
successbooleanOptionalExample: true
delete
/user/templates/{template_name}
200

Successful deletion of the template.

Last updated