clerk.delete_jwt_template
Permanently delete a JWT template from a connected Clerk application.
Call clerk.get_connected_accounts first. Pass clerk_instance_id to target a specific connection, or omit it to use the default account.
This action is irreversible. Returns the deleted template id and a deleted flag.
Cost = 10 tokens.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| template_id | Yes | Clerk JWT template id (jtmp_...) to retrieve, update, or delete. | |
| clerk_instance_id | No | Clerk instance id (ins_...) from clerk.get_connected_accounts. Omit to use the default connected account. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jwt_template | No | Deletion confirmation with template id and deleted flag. |