thingGroupArn or a thingGroupName to identify the thing group and either a thingArn or a thingName to identify the thing to remove from the thing group. curl --location -g --request PUT 'https://api.iotwireless.{region}.amazonaws.com/thing-groups/removeThingFromThingGroup' \
--header 'Content-Type: application/json' \
--data-raw '{
"thingGroupName": "string",
"thingGroupArn": "string",
"thingName": "string",
"thingArn": "string"
}'{}