Delete JWT customizer
Delete the JWT customizer for the given token type.
DELETE
/api/configs/jwt-customizer/{tokenTypePath}
curl \
--request DELETE 'https://[tenant_id].logto.app/api/configs/jwt-customizer/{tokenTypePath}' \
--header "Authorization: Bearer $ACCESS_TOKEN"