table_template
Delete Table Template
Deletes table template of a certain name and version from the database.
Parameters
- table_template_name: the name of the table template
- version: the version of the table template that the user wants to delete User can leave the version parameter blank if they want to delete all versions of the table template
Returns
A TableTemplateMessage Pydantic object containing a success message and the table template name.
DELETE
/
api
/
v1
/
table_template
/
{table_template_name}
Authorizations
Authorization
string
headerrequiredEnter: 'Bearer <JWT>', where JWT is the access token. Example: Bearer access_token_comes_here
Path Parameters
table_template_name
string
requiredQuery Parameters
version
string
Response
200 - application/json
message
string
requiredtable_template_name
string
required