Skip to main content
POST
/
revoke-template-token
Revoke Template JWT Token
curl --request POST \
  --url https://api.firma.dev/functions/v1/signing-request-api/revoke-template-token \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "jwt_id": "123e4567-e89b-12d3-a456-426614174000"
}
'
{
  "message": "JWT revoked successfully",
  "jwt_id": "123e4567-e89b-12d3-a456-426614174000",
  "revoked_at": "2024-03-20T16:45:00Z"
}

Documentation Index

Fetch the complete documentation index at: https://docs.firma.dev/llms.txt

Use this file to discover all available pages before exploring further.

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