API ReferenceManagementJwt Templates
POST
/v1/mgmt/jwt/templates/delete

Authorization

Descope Project ID and Management Key
AuthorizationBearer <token>

Project ID:Management Key as bearer token.

In: header

Request Body

application/json

id?string

Delete a JWT template by id. The project's default templates are restored where this one was referenced.

curl -X POST "https://api.descope.com/v1/mgmt/jwt/templates/delete" \  -H "Content-Type: application/json" \  -d '{}'
Was this helpful?