-
Hi, i'm wondering how it is possible to stop giving access to an asset from consumer and provider side after a contract agreement? In my case I do have an asset with a data adress of type "httpdata". After the negotiation is successful and there is a contract agreement, the consumer consumes the data of the asset via the information from the related EDR. In case the consumer does not want access to the asset or the provider does not want to give access to the asset anymore what has to be done on provider/consumer-side to stop the access? So far i found that I cannot delete an asset after it is linked to one contract agreement and it is not possible do delete contract agreements at all. I also tried to terminate all transfer processes that are linked to the asset but it looks like i'm still able to consume the asset, even after all transfer processes are in state "DEPROVISIONED". Thanks for your answers |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Hi @ipa-big transfer termination is the right way to go. I think if you terminate transfer from the consumer mgmt api you may have stumbled upon this |
Beta Was this translation helpful? Give feedback.
-
instead of you want contract cancellation, which means that no new transfer processes can be started on a contract, it's not supported out of the box. You need to extend EDC in order to support this feature |
Beta Was this translation helpful? Give feedback.
@ipa-big
instead of you want contract cancellation, which means that no new transfer processes can be started on a contract, it's not supported out of the box. You need to extend EDC in order to support this feature