delete_submodel_ref
Deletes a submodel reference from a Shell, severing the link between the submodel and the Asset Administration Shell. Provide shell and submodel IDs to remove the association.
Instructions
Deletes a specific submodel reference from a Shell.
Corresponds to: DELETE /shells/{shell_id}/submodel-refs/{submodel_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | Base URL of the AAS server. Defaults to configured host. | http://localhost:8081 |
| encode | No | Whether to Base64-encode both identifiers. Defaults to True. | |
| shell_id | Yes | The unique identifier of the Shell. | |
| submodel_id | Yes | The unique identifier of the submodel. |