DELETE
/
jwt-templates
/
{id}
Delete JWT Template
curl --request DELETE \
  --url https://api.wacht.dev/jwt-templates/{id} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

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