rawResponse->body; $xml = simplexml_load_string($body); $objects = array(); if (isset($xml->Deleted)) { foreach($xml->Deleted as $deleteKey) $objects[] = $deleteKey->Key; } return $objects; } }