Remove a feature from an environment
Features
Remove a feature from an environment
DELETE
Remove a feature from an environment
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Feature flags an SIS organisation can enable for its users.
Flags drive cohort selection during onboarding and runtime behaviour across the API surface:
- AI_AGENT: Sumvin's signing service deploys the Safe and attaches an
agent signer. Default cohort. Mutually exclusive with
USER_SIGNED_DEPLOY. - USER_SIGNED_DEPLOY: The user's primary EOA signs the Safe deployment
UserOp via Sumvin's prepare/submit endpoints; Sumvin sponsors gas via
Pimlico. Recommended for partners who want user-controlled wallets
without agent custody. Mutually exclusive with
AI_AGENT. - CRYPTO_WALLET_CARD: Issue a crypto-funded card backed by the user's wallet.
- VIRTUAL_IBAN: Provision a virtual IBAN for the user.
- GASLESS_WALLET_RAILS: Sumvin sponsors gas for user transactions.
- AI_ADVISOR: Enable the AI advisor / insights surface for the user.
- KYC: Pin the KYC sub-flow render mode (
websdk,hybrid, ordocument_only) for this organisation/environment viaconfig.mode. When the feature row is absent, disabled, orconfigis omitted, the global feature-flag default applies. The resolved mode is surfaced on the onboardingkyc_verificationstep asmeta.kyc_mode(seeKYCMode). - ONRAMP: Offer fiat-to-crypto onramp (Meld
/ramp) to the organisation's users. Advertises the capability in the environment's feature listing; access to the/v0/ramp/*endpoints is governed by PINT token scope, not this flag.
Available options:
ai_agent, user_signed_deploy, crypto_wallet_card, virtual_iban, gasless_wallet_rails, ai_advisor, kyc, onramp Response
Successful Response