kcp
kcp copied to clipboard
feature: Allow Removing an APIResourceSchema from an APIExport
Feature Description
As a service provider owning an APIExport
, I want to remove an APIResourceSchema
from my exported set of resources, as I will no longer support the functionality provided by that resource in my API.
Proposed Solution
To be designed. Some open questions:
- how is this exposed to the user via their
APIBinding
? prior art exists forPermissionClaim
changes - what happens to user data when they update their
APIBinding
to also remove the resource?
Alternative Solutions
No response
Want to contribute?
- [ ] I would like to work on this issue.
Additional Context
No response