Skip to main content
POST
Revoke Template JWT Token

Authorizations

Authorization
string
header
required

API key for authentication. Use your API key directly without any prefix (e.g., 'your-api-key'). Bearer prefix is optional but not required.

Body

application/json
jwt_id
string<uuid>
required

ID of the JWT token to revoke

Response

JWT revoked successfully

message
string

Confirmation message

jwt_id
string<uuid>

ID of the revoked JWT

revoked
boolean

Whether the JWT was successfully revoked