Describe the bug
Calling the endpoint '/shells/{aasIdentifier}/submodel-refs/{submodelIdentifier}' successfully deletes a submodel reference, but the return code is 200 instead of 204 (as specified).
To Reproduce
Steps to reproduce the behavior:
- Create a shell with at least one submodel reference
- Delete submodel reference via endpoint '/shells/{aasIdentifier}/submodel-refs/{submodelIdentifier}'
- Check if reference is deleted
- Check return code is 200
Expected behavior
The return code should be 204 to indicate a successful deletion.
BaSyx (please complete the following information):
- BaSyx Java AAS Env container: eclipsebasyx/aas-environment:2.0.0-SNAPSHOT-f179b26
Screenshots

System (please complete the following information):
- OS: Linux
- CPU architecture: x64
- Browser: chrome, safari