delete_shell
Delete an Asset Administration Shell by its unique ID to remove it from the server. Specify the Shell ID and base URL to execute the deletion via the AAS REST API.
Instructions
Deletes a specific Shell by its ID.
Corresponds to: DELETE /shells/{shell_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 the Shell ID. Defaults to True. | |
| shell_id | Yes | The unique identifier of the Shell. |