---
title: "Revoke Template JWT Token"
method: POST
path: "/revoke-template-token"
tags: ["JWT Management"]
---

# Revoke Template JWT Token

`POST /revoke-template-token`

Revoke a previously generated JWT token, preventing it from being used for template embedding. This is the standard endpoint for revoking template JWTs.

## Request body

- RevokeJWTRequest
  - `jwt_id` string, uuid, required — ID of the JWT token to revoke

## Response `200`

JWT revoked successfully

- RevokeJWTResponse
  - `message` string, required — Confirmation message
  - `jwt_id` string, uuid — ID of the revoked JWT
  - `revoked` boolean — Whether the JWT was successfully revoked

## Other responses

- `400` — Bad Request - JWT already revoked or invalid
- `401` — Unauthorized - Invalid or missing API key
- `404` — Not Found - Resource does not exist
- `429` — Too Many Requests - Rate limit exceeded

---

[API](https://skmtc.dev/firma/apis/firma-partner-api.md) · [All operations](https://skmtc.dev/firma/apis/firma-partner-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/firma/firma-partner-api/revisions/5c03d6a9d080/schema)
