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"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.