Skip to main content
DELETE
/
jwt-templates
/
{id}
Delete JWT Template
curl --request DELETE \
  --url https://api.wacht.dev/jwt-templates/{id} \
  --header 'Authorization: Bearer <token>'
{
  "error": "Unauthorized"
}

Authorizations

Authorization
string
header
required

JWT Bearer token authentication using the Authorization header

Path Parameters

id
string
required

(i64 formatted as string)

Response

JWT template deleted successfully