Delete JWT customizer
Delete the JWT customizer for the given token type.
Path parameters
-
The token type path to delete the JWT customizer for.
Values are
access-token
orclient-credentials
.
DELETE /api/configs/jwt-customizer/{tokenTypePath}
curl \
-X DELETE https://[tenant_id].logto.app/api/configs/jwt-customizer/{tokenTypePath} \
-H "Authorization: Bearer $ACCESS_TOKEN"