Delete Clerk JWT template

Permanently delete a JWT template from a connected Clerk application.

← All Clerk endpoints · Capability overview

DELETE/v1/clerk/jwt-templates/{template_id}

https://api.vee3.io/v1/clerk/jwt-templates/{template_id}

10 tokens

Permanently delete a JWT template from a connected Clerk application.

Authorization

Send your API key in the Authorization header:

Authorization: Bearer YOUR_API_KEY

MCP

The same capability is available as an MCP tool on Vee3 hosted MCP.

Tool name

clerk.delete_jwt_template
Parameters2 fields
clerk_instance_idstringOptional

Clerk instance id (ins_...) from clerk.get_connected_accounts. Omit to use the default connected account.

template_idstringRequired

Clerk JWT template id (jtmp_...) to retrieve, update, or delete.

Response3 fields
jwt_templateobject
2 fields

Deletion confirmation with template id and deleted flag.

idstring

Deleted JWT template id.

deletedboolean

Always true when deletion succeeded.

HTTP errors: clerk_connection_required, clerk_connection_not_found, clerk_connection_invalid, validation_error, unauthorized, payment_required