eclipse-tractusx / sldt-digital-twin-registry

Apache License 2.0
13 stars 27 forks source link

Batch Delete API for Shell #123

Open aniket6788 opened 1 year ago

aniket6788 commented 1 year ago

For deleting an Asset Administration Shell Descriptor there is one API end point - DELETE /registry/shell-descriptors/{aasIdentifier}. But there is no endpoint for deleting an Asset Administration Shell Descriptor in batch (deleting multiple shell descriptor in one api). Is there any plan for implementing this kind of API.

agg3fe commented 1 year ago

Hi, Our APIs in DTR are bases on standard AAS 3.0, which does not provide Batch delete feature, rather it only provides single shell deletion. If we have further updates in the standard for Batch deletion, we can implement that and update you about it.