v1

latestSwagger 2.02026-07-13301635.0 KB
templates

Deletes a users template

Deletes a template in the User’s Account

post/templates/delete

Request body

uidstring

The UID of the logged-in user

template_idinteger

the ID of the template to delete

Example request

{
  "uid": "fhqwfuihuifqwhiuwqfhiqwfh124",
  "template_id": 12
}

Response

successful deletion

statusstring

Example response

{
  "status": "OK"
}