query
Delete Template
Deletes the query template with the specified template_name.
Parameters
- template_name: str The name of the template user wants to update.
Returns
A QueryTemplateMessage Pydantic object containing a success message.
DELETE
/
api
/
v1
/
query
/
template
/
{template_name}
Authorizations
Enter: 'Bearer <JWT>', where JWT is the access token. Example: Bearer access_token_comes_here
Path Parameters
Response
200 - application/json