**To disassociate client devices from a core device** The following ``batch-disassociate-client-device-from-core-device`` example disassociates two client devices from a core device. :: aws greengrassv2 batch-disassociate-client-device-from-core-device \ --core-device-thing-name MyGreengrassCore \ --entries thingName=MyClientDevice1 thingName=MyClientDevice2 Output:: { "errorEntries": [] } For more information, see `Interact with local IoT devices `__ in the *AWS IoT Greengrass V2 Developer Guide*.