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
Authorizations
Enter: 'Bearer <JWT>', where JWT is the access token. Example: Bearer access_token_comes_here
Path Parameters
Query Parameters
Response
200
application/json
Successful Response
The response is of type object
.