Backend API
Delete a JWT template
cURL
curl --request DELETE \ --url https://api.wacht.dev/jwt-templates/{id} \ --header 'Authorization: <api-key>'
API key authentication (format: Bearer {api_key})
JWT template deleted
Was this page helpful?