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
delete
/user/templates/{template_name}DELETE /ext/v2/{businessname}/user/templates/{template_name} HTTP/1.1
Host: api.pingueen.it/ext/v2/{businessname}
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
200
Successful deletion of the template.
{
"success": true
}Last updated