In this section, we will see how we can extend the composite API with operations for creating and deleting composite entities. We will go through the following steps:
- Adding new operations in the composite service API
- Adding methods in the integration layer
- Implementing the new composite API operations
- Updating the composite service tests